X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-powerpc%2Fmodule.h;h=584fabfb4f08aa9eccfb688727e109da3d021530;hb=f82bc1762e0e74b7e0040a4d83be06d32c37fc2e;hp=7ecd05e0305196d3e4b387ec3a56d5f2bfc1519b;hpb=5833f1420b96c4f9b193b7f2fcbc0003dc032fe8;p=powerpc.git diff --git a/include/asm-powerpc/module.h b/include/asm-powerpc/module.h index 7ecd05e030..584fabfb4f 100644 --- a/include/asm-powerpc/module.h +++ b/include/asm-powerpc/module.h @@ -1,5 +1,6 @@ #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 /* __KERNEL__ */ #endif /* _ASM_POWERPC_MODULE_H */