Make most arch asm/module.h files use asm-generic/module.h
[deliverable/linux.git] / arch / blackfin / include / asm / module.h
index ed5689b82c9fefa7edc3303136a14a6edba2d13d..231a149b3f77df96eb59fb8dcc0eda22449d614d 100644 (file)
@@ -7,9 +7,7 @@
 #ifndef _ASM_BFIN_MODULE_H
 #define _ASM_BFIN_MODULE_H
 
-#define Elf_Shdr        Elf32_Shdr
-#define Elf_Sym         Elf32_Sym
-#define Elf_Ehdr        Elf32_Ehdr
+#include <asm-generic/module.h>
 
 struct mod_arch_specific {
        Elf_Shdr        *text_l1;
This page took 0.024761 seconds and 5 git commands to generate.