diff options
Diffstat (limited to 'arch/sh/include/asm/module.h')
| -rw-r--r-- | arch/sh/include/asm/module.h | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/arch/sh/include/asm/module.h b/arch/sh/include/asm/module.h index 46eccd33166..81300d8b544 100644 --- a/arch/sh/include/asm/module.h +++ b/arch/sh/include/asm/module.h @@ -1,17 +1,14 @@ #ifndef _ASM_SH_MODULE_H #define _ASM_SH_MODULE_H -/* - * This file contains the SH architecture specific module code. - */ +#include <asm-generic/module.h> +#ifdef CONFIG_DWARF_UNWINDER struct mod_arch_specific { - /* Nothing to see here .. */ + struct list_head fde_list; + struct list_head cie_list; }; - -#define Elf_Shdr Elf32_Shdr -#define Elf_Sym Elf32_Sym -#define Elf_Ehdr Elf32_Ehdr +#endif #ifdef CONFIG_CPU_LITTLE_ENDIAN # ifdef CONFIG_CPU_SH2 |
