]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
sparc: don't #include asm/system.h in asm/jump_label.h
authorNamhyung Kim <namhyung@gmail.com>
Mon, 25 Oct 2010 05:52:36 +0000 (05:52 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Oct 2010 16:02:43 +0000 (09:02 -0700)
It seems that #include <asm/system.h> 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 <namhyung@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/jump_label.h

index 62e66d7b2fb62b40ed025b842e99e7d8382b017b..65c0d3029796e0d09a06939f9f3cb19b2deef8bc 100644 (file)
@@ -4,7 +4,6 @@
 #ifdef __KERNEL__
 
 #include <linux/types.h>
-#include <asm/system.h>
 
 #define JUMP_LABEL_NOP_SIZE 4