diff options
Diffstat (limited to 'arch/c6x/include/asm/module.h')
| -rw-r--r-- | arch/c6x/include/asm/module.h | 12 | 
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/c6x/include/asm/module.h b/arch/c6x/include/asm/module.h index a453f9744f4..5c7269c7ef7 100644 --- a/arch/c6x/include/asm/module.h +++ b/arch/c6x/include/asm/module.h @@ -13,17 +13,7 @@  #ifndef _ASM_C6X_MODULE_H  #define _ASM_C6X_MODULE_H -#define Elf_Shdr	Elf32_Shdr -#define Elf_Sym		Elf32_Sym -#define Elf_Ehdr	Elf32_Ehdr -#define Elf_Addr	Elf32_Addr -#define Elf_Word	Elf32_Word - -/* - * This file contains the C6x architecture specific module code. - */ -struct mod_arch_specific { -}; +#include <asm-generic/module.h>  struct loaded_sections {  	unsigned int new_vaddr;  |