diff options
Diffstat (limited to 'arch/cris/include')
| -rw-r--r-- | arch/cris/include/asm/Kbuild | 2 | ||||
| -rw-r--r-- | arch/cris/include/asm/module.h | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/arch/cris/include/asm/Kbuild b/arch/cris/include/asm/Kbuild index 04d02a51c5e9..28b690de7971 100644 --- a/arch/cris/include/asm/Kbuild +++ b/arch/cris/include/asm/Kbuild | |||
| @@ -7,3 +7,5 @@ header-y += ethernet.h | |||
| 7 | header-y += etraxgpio.h | 7 | header-y += etraxgpio.h |
| 8 | header-y += rs485.h | 8 | header-y += rs485.h |
| 9 | header-y += sync_serial.h | 9 | header-y += sync_serial.h |
| 10 | |||
| 11 | generic-y += module.h | ||
diff --git a/arch/cris/include/asm/module.h b/arch/cris/include/asm/module.h deleted file mode 100644 index 7ee72311bd78..000000000000 --- a/arch/cris/include/asm/module.h +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | #ifndef _ASM_CRIS_MODULE_H | ||
| 2 | #define _ASM_CRIS_MODULE_H | ||
| 3 | /* cris is simple */ | ||
| 4 | struct mod_arch_specific { }; | ||
| 5 | |||
| 6 | #define Elf_Shdr Elf32_Shdr | ||
| 7 | #define Elf_Sym Elf32_Sym | ||
| 8 | #define Elf_Ehdr Elf32_Ehdr | ||
| 9 | #endif /* _ASM_CRIS_MODULE_H */ | ||
