X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-arm26%2Fbug.h;h=8545d58b0475ba5646b20df3b00fb7f80bbf2e44;hb=refs%2Fheads%2Fvserver;hp=920b7053336801e0e172dd804572e967918bb4cc;hpb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;p=linux-2.6.git diff --git a/include/asm-arm26/bug.h b/include/asm-arm26/bug.h index 920b70533..8545d58b0 100644 --- a/include/asm-arm26/bug.h +++ b/include/asm-arm26/bug.h @@ -1,8 +1,8 @@ #ifndef _ASMARM_BUG_H #define _ASMARM_BUG_H -#include +#ifdef CONFIG_BUG #ifdef CONFIG_DEBUG_BUGVERBOSE extern volatile void __bug(const char *file, int line, void *data); /* give file/line information */ @@ -12,6 +12,8 @@ extern volatile void __bug(const char *file, int line, void *data); #endif #define HAVE_ARCH_BUG +#endif + #include #endif