dect
/
linux-2.6
Archived
13
0
Fork 0

sparc: don't #include asm/system.h in asm/jump_label.h

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>
This commit is contained in:
Namhyung Kim 2010-10-25 05:52:36 +00:00 committed by David S. Miller
parent 9088333e3d
commit 5125c6bd9e
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#ifdef __KERNEL__
#include <linux/types.h>
#include <asm/system.h>
#define JUMP_LABEL_NOP_SIZE 4