summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 00:17:03 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 00:17:03 +0000
commit93304d986765c3463971dbbca978e6c47a40ce56 (patch)
tree9054b50b9794825611a41ba7786f3e110bc029cb
parente6d79932179d9408ce6425e5e4a08c432fe82d4d (diff)
Include config.h.
-rw-r--r--include/asm-mips64/dma.h4
-rw-r--r--include/asm-mips64/sn/addrs.h9
-rw-r--r--include/asm-mips64/sn/agent.h8
-rw-r--r--include/asm-mips64/sn/io.h6
-rw-r--r--include/asm-mips64/sn/klconfig.h11
-rw-r--r--include/asm-mips64/sn/kldir.h9
6 files changed, 23 insertions, 24 deletions
diff --git a/include/asm-mips64/dma.h b/include/asm-mips64/dma.h
index df2f47f6c..2a0753dd2 100644
--- a/include/asm-mips64/dma.h
+++ b/include/asm-mips64/dma.h
@@ -1,5 +1,4 @@
-/* $Id: dma.h,v 1.5 2000/03/07 15:45:42 ralf Exp $
- *
+/*
* linux/include/asm/dma.h: Defines for using and allocating dma channels.
* Written by Hennus Bergman, 1992.
* High DMA channel support & info by Hannu Savolainen
@@ -13,6 +12,7 @@
#ifndef _ASM_DMA_H
#define _ASM_DMA_H
+#include <linux/config.h>
#include <asm/io.h> /* need byte IO */
#include <linux/spinlock.h> /* And spinlocks */
#include <linux/delay.h>
diff --git a/include/asm-mips64/sn/addrs.h b/include/asm-mips64/sn/addrs.h
index ab7719a3d..66c57ab28 100644
--- a/include/asm-mips64/sn/addrs.h
+++ b/include/asm-mips64/sn/addrs.h
@@ -1,15 +1,16 @@
-/* $Id$
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc.
- * Copyright (C) 1999 by Ralf Baechle
+ * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1999, 2000 by Ralf Baechle
*/
#ifndef _ASM_SN_ADDRS_H
#define _ASM_SN_ADDRS_H
+#include <linux/config.h>
+
#if _LANGUAGE_C
#include <linux/types.h>
#endif /* _LANGUAGE_C */
diff --git a/include/asm-mips64/sn/agent.h b/include/asm-mips64/sn/agent.h
index f9115805e..2502069c2 100644
--- a/include/asm-mips64/sn/agent.h
+++ b/include/asm-mips64/sn/agent.h
@@ -1,17 +1,17 @@
-/* $Id$
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* This file has definitions for the hub and snac interfaces.
*
- * Copyright (C) 1992 - 1997, 1999 Silcon Graphics, Inc.
- * Copyright (C) 1999 Ralf Baechle (ralf@gnu.org)
+ * Copyright (C) 1992 - 1997, 1999, 2000 Silcon Graphics, Inc.
+ * Copyright (C) 1999, 2000 Ralf Baechle (ralf@gnu.org)
*/
#ifndef _ASM_SGI_SN_AGENT_H
#define _ASM_SGI_SN_AGENT_H
+#include <linux/config.h>
#include <asm/sn/addrs.h>
#include <asm/sn/arch.h>
//#include <asm/sn/io.h>
diff --git a/include/asm-mips64/sn/io.h b/include/asm-mips64/sn/io.h
index 4c95ae1d8..c8ff3c3c0 100644
--- a/include/asm-mips64/sn/io.h
+++ b/include/asm-mips64/sn/io.h
@@ -1,6 +1,4 @@
-
-/* $Id: io.h,v 1.2 2000/02/02 16:35:57 ralf Exp $
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
@@ -11,6 +9,8 @@
#ifndef _ASM_SN_IO_H
#define _ASM_SN_IO_H
+#include <linux/config.h>
+
#if !defined(CONFIG_SGI_IO)
#include <asm/sn/sn0/addrs.h>
diff --git a/include/asm-mips64/sn/klconfig.h b/include/asm-mips64/sn/klconfig.h
index 46433db7f..493582fc5 100644
--- a/include/asm-mips64/sn/klconfig.h
+++ b/include/asm-mips64/sn/klconfig.h
@@ -1,20 +1,17 @@
-/* $Id$
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Derived from IRIX <sys/SN/klconfig.h>.
*
- * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc.
- * Copyright (C) 1999 by Ralf Baechle
+ * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1999, 2000 by Ralf Baechle
*/
#ifndef _ASM_SN_KLCONFIG_H
#define _ASM_SN_KLCONFIG_H
-/*
- * klconfig.h
- */
+#include <linux/config.h>
/*
* The KLCONFIG structures store info about the various BOARDs found
diff --git a/include/asm-mips64/sn/kldir.h b/include/asm-mips64/sn/kldir.h
index 67d650905..b979205c2 100644
--- a/include/asm-mips64/sn/kldir.h
+++ b/include/asm-mips64/sn/kldir.h
@@ -1,17 +1,18 @@
-/* $Id$
- *
+/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Derived from IRIX <sys/SN/kldir.h>, revision 1.21.
*
- * Copyright (C) 1992 - 1997, 1999 Silicon Graphics, Inc.
- * Copyright (C) 1999 by Ralf Baechle
+ * Copyright (C) 1992 - 1997, 1999, 2000 Silicon Graphics, Inc.
+ * Copyright (C) 1999, 2000 by Ralf Baechle
*/
#ifndef _ASM_SN_KLDIR_H
#define _ASM_SN_KLDIR_H
+#include <linux/config.h>
+
#if defined(CONFIG_SGI_IO)
#include <asm/hack.h>
#endif