X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fbug.h;h=99817a802ca4e4d7c6a6784b3be2d39620018aa0;hb=618a3c03fcfdf1ac4543247c8ddfb0c9d775ff33;hp=b001ecb3cd9956030f8520b6fad183eb3186eee7;hpb=9551583e55e26a0940894828c2d1066e9276325e;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-powerpc/bug.h b/include/asm-powerpc/bug.h index b001ecb3cd9..99817a802ca 100644 --- a/include/asm-powerpc/bug.h +++ b/include/asm-powerpc/bug.h @@ -1,5 +1,6 @@ #ifndef _ASM_POWERPC_BUG_H #define _ASM_POWERPC_BUG_H +#ifdef __KERNEL__ #include /* @@ -67,4 +68,5 @@ struct bug_entry *find_bug(unsigned long bugaddr); #include +#endif /* __KERNEL__ */ #endif /* _ASM_POWERPC_BUG_H */