Isaku Yamahata 05f0ecbda5 [IA64] fix allmodconfig compilation breakage.
This patch fixes the following compilation error caused by recursive
inclusion of kernel.h which defines BUILD_BUG_ON().
In this case, the case it catches will be caught by the case
CONFIG_PARAVIRT=n, so removing it would not hurt compile time check
very much. So fix the breakage by removing it.

  CC      arch/ia64/kernel/asm-offsets.s
In file included from include/linux/bitops.h:17,
                 from include/linux/kernel.h:15,
                 from include/linux/sched.h:52,
                 from arch/ia64/kernel/asm-offsets.c:9:
arch/ia64/include/asm/bitops.h: In function 'set_bit':
arch/ia64/include/asm/bitops.h:47: error: implicit declaration of function 'BUILD_BUG_ON'

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2009-04-20 09:46:29 -07:00
..
2009-03-27 11:11:04 -07:00
2009-01-06 15:59:10 -08:00
2009-03-31 14:25:08 -07:00
2009-03-24 11:03:07 +02:00
2009-01-06 14:06:52 +01:00
2009-01-16 10:09:10 +01:00
2009-02-18 15:37:55 -08:00
2008-11-30 11:00:15 -08:00
2008-09-04 09:46:13 +01:00
2009-02-01 11:01:25 +05:30
2009-03-31 14:24:52 -07:00