aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2009-04-18 12:15:23 +0900
committerTony Luck <tony.luck@intel.com>2009-04-20 09:46:29 -0700
commit05f0ecbda5c215279f8e0f852e1606f441a11236 (patch)
treee9b624e998a414ea3aaba12d6f5a8e41ba36809a /fs
parentedb91dc01a216e84b78721b71a06db1e0db141b7 (diff)
downloadkernel_samsung_smdk4412-05f0ecbda5c215279f8e0f852e1606f441a11236.zip
kernel_samsung_smdk4412-05f0ecbda5c215279f8e0f852e1606f441a11236.tar.gz
kernel_samsung_smdk4412-05f0ecbda5c215279f8e0f852e1606f441a11236.tar.bz2
[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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions