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