]> git.baikalelectronics.ru Git - kernel.git/commit
fix asm-mips/types.h syntax error
authorAdrian Bunk <bunk@kernel.org>
Sat, 3 May 2008 19:26:17 +0000 (22:26 +0300)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 4 May 2008 21:45:55 +0000 (14:45 -0700)
commit444cb8cb4c39abe84257315aed809af73720ca72
treeb0839865ff5206ac6f3a9e8aa34b74f1016a511b
parentc9ba590d024c68d12405540dd175bc4e4d323587
fix asm-mips/types.h syntax error

This patch fixes the following compile error caused by
commit 141ef25c1ac499aac04085dbda21e615e3575167
(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>
include/asm-mips/types.h