diff options
Diffstat (limited to 'include/asm-mips64/sn')
-rw-r--r-- | include/asm-mips64/sn/addrs.h | 9 | ||||
-rw-r--r-- | include/asm-mips64/sn/agent.h | 8 | ||||
-rw-r--r-- | include/asm-mips64/sn/io.h | 6 | ||||
-rw-r--r-- | include/asm-mips64/sn/klconfig.h | 11 | ||||
-rw-r--r-- | include/asm-mips64/sn/kldir.h | 9 |
5 files changed, 21 insertions, 22 deletions
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 |