diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-04-28 11:31:50 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-05-14 08:50:28 -0400 |
commit | 165533c3bd750042e7e140dff5bc2406a5104efe (patch) | |
tree | 70cc9d9cb74d2ba2c6863ccd8b39a447df02555c /arch/mips/include/asm/sn | |
parent | ef41f4600f05a4e973c3ac72869c18269567b319 (diff) |
MIPS: IP27: Get rid of #ident. Gcc 4.4.0 doesn't like it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/sn')
-rw-r--r-- | arch/mips/include/asm/sn/nmi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/sn/nmi.h b/arch/mips/include/asm/sn/nmi.h index 6b7b0b5f3729..1af49897d4e1 100644 --- a/arch/mips/include/asm/sn/nmi.h +++ b/arch/mips/include/asm/sn/nmi.h | |||
@@ -3,13 +3,13 @@ | |||
3 | * License. See the file "COPYING" in the main directory of this archive | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | * for more details. | 4 | * for more details. |
5 | * | 5 | * |
6 | * Derived from IRIX <sys/SN/nmi.h>, Revision 1.5. | ||
7 | * | ||
6 | * Copyright (C) 1992 - 1997 Silicon Graphics, Inc. | 8 | * Copyright (C) 1992 - 1997 Silicon Graphics, Inc. |
7 | */ | 9 | */ |
8 | #ifndef __ASM_SN_NMI_H | 10 | #ifndef __ASM_SN_NMI_H |
9 | #define __ASM_SN_NMI_H | 11 | #define __ASM_SN_NMI_H |
10 | 12 | ||
11 | #ident "$Revision: 1.5 $" | ||
12 | |||
13 | #include <asm/sn/addrs.h> | 13 | #include <asm/sn/addrs.h> |
14 | 14 | ||
15 | /* | 15 | /* |