X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmodule.h;h=584fabfb4f08aa9eccfb688727e109da3d021530;hb=4359219425a0918a72775480e125fbb077de338d;hp=4438f4fd65246c108a0a6f58d235dcc5c49dab9c;hpb=6b9269abd64c54f11dc4aaf162d2915fccae6c77;p=linux-2.6 diff --git a/include/asm-powerpc/module.h b/include/asm-powerpc/module.h index 4438f4fd65..584fabfb4f 100644 --- a/include/asm-powerpc/module.h +++ b/include/asm-powerpc/module.h @@ -1,5 +1,6 @@ -#ifndef _POWERPC_MODULE_H -#define _POWERPC_MODULE_H +#ifndef _ASM_POWERPC_MODULE_H +#define _ASM_POWERPC_MODULE_H +#ifdef __KERNEL__ /* * This program is free software; you can redistribute it and/or @@ -74,4 +75,5 @@ struct exception_table_entry; void sort_ex_table(struct exception_table_entry *start, struct exception_table_entry *finish); -#endif /* _POWERPC_MODULE_H */ +#endif /* __KERNEL__ */ +#endif /* _ASM_POWERPC_MODULE_H */