X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmodule.h;h=584fabfb4f08aa9eccfb688727e109da3d021530;hb=bfd189a8e944dd0b8135dea2c23ac399bbe34535;hp=4438f4fd65246c108a0a6f58d235dcc5c49dab9c;hpb=db400b3c4ee89d384d9163836a55577abdae772d;p=powerpc.git 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 */