diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-05-03 22:26:17 +0300 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-04 14:45:55 -0700 |
commit | 2961b423037da60a8cb230963ee0d8c04473d73b (patch) | |
tree | b0839865ff5206ac6f3a9e8aa34b74f1016a511b /include | |
parent | 36bbfe2f097d5e09e8e9c83f55264bd538a0ebe1 (diff) |
fix asm-mips/types.h syntax error
This patch fixes the following compile error caused by
commit 23cf11ddb5099f8c7f7cb3eb154bff0faf31cae9
(mips: types: use <asm-generic/int-*.h> for the mips architecture):
<-- snip -->
...
CC kernel/bounds.s
In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/types.h:12,
from /home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/page-flags.h:8,
from /home/bunk/linux/kernel-2.6/git/linux-2.6/kernel/bounds.c:9:
include2/asm/types.h:56:2: error: #endif without #if
make[2]: *** [kernel/bounds.s] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-mips/types.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/types.h b/include/asm-mips/types.h index 7a2ee4f40131..bcbb8d675af5 100644 --- a/include/asm-mips/types.h +++ b/include/asm-mips/types.h @@ -19,8 +19,6 @@ typedef unsigned short umode_t; -#endif - #endif /* __ASSEMBLY__ */ /* |