diff options
Diffstat (limited to 'arch/powerpc/include/asm/module.h')
| -rw-r--r-- | arch/powerpc/include/asm/module.h | 18 | 
1 files changed, 0 insertions, 18 deletions
| diff --git a/arch/powerpc/include/asm/module.h b/arch/powerpc/include/asm/module.h index 356658711a86..5398bfc465b4 100644 --- a/arch/powerpc/include/asm/module.h +++ b/arch/powerpc/include/asm/module.h @@ -3,28 +3,10 @@  #define _ASM_POWERPC_MODULE_H  #ifdef __KERNEL__ -/* - */ -  #include <linux/list.h>  #include <asm/bug.h>  #include <asm-generic/module.h> - -#ifdef CONFIG_MPROFILE_KERNEL -#define MODULE_ARCH_VERMAGIC_FTRACE	"mprofile-kernel " -#else -#define MODULE_ARCH_VERMAGIC_FTRACE	"" -#endif - -#ifdef CONFIG_RELOCATABLE -#define MODULE_ARCH_VERMAGIC_RELOCATABLE	"relocatable " -#else -#define MODULE_ARCH_VERMAGIC_RELOCATABLE	"" -#endif - -#define MODULE_ARCH_VERMAGIC MODULE_ARCH_VERMAGIC_FTRACE MODULE_ARCH_VERMAGIC_RELOCATABLE -  #ifndef __powerpc64__  /*   * Thanks to Paul M for explaining this. |