From: Namhyung Kim Date: Mon, 25 Oct 2010 05:52:36 +0000 (+0000) Subject: sparc: don't #include asm/system.h in asm/jump_label.h X-Git-Tag: v2.6.37-rc1~46^2~4 X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=commitdiff_plain;h=5125c6bd9e62f79b8b4fed4591c55aad3901e5b2 sparc: don't #include asm/system.h in asm/jump_label.h It seems that #include makes a circular dependency between kernel.h and bitmap.h which breaks allmodconfig build. Removing the line makes no change because jump_label.h doesn't need it actually AFAICS. Compile tested on sparc32 allmodconfig. Signed-off-by: Namhyung Kim Signed-off-by: David S. Miller --- diff --git a/arch/sparc/include/asm/jump_label.h b/arch/sparc/include/asm/jump_label.h index 62e66d7b2fb..65c0d302979 100644 --- a/arch/sparc/include/asm/jump_label.h +++ b/arch/sparc/include/asm/jump_label.h @@ -4,7 +4,6 @@ #ifdef __KERNEL__ #include -#include #define JUMP_LABEL_NOP_SIZE 4