提交 2961b423 编写于 作者: A Adrian Bunk 提交者: H. Peter Anvin

fix asm-mips/types.h syntax error

This patch fixes the following compile error caused by
commit 23cf11dd
(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: NAdrian Bunk <bunk@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: NH. Peter Anvin <hpa@zytor.com>
上级 36bbfe2f
......@@ -19,8 +19,6 @@
typedef unsigned short umode_t;
#endif
#endif /* __ASSEMBLY__ */
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册