Gitweb: http://git.kernel.org/linus/5db455bd55654c8a963191d6458ff1c20993f8bb Commit: 5db455bd55654c8a963191d6458ff1c20993f8bb Parent: 7b2758228f2d554316288ef650fe5a08e3b2c559 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Sun Jun 14 23:24:14 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Sun Jun 14 23:24:14 2009 +0900 sh: Convert to asm-generic/module.h. Signed-off-by: Paul Mundt <lethal@linux-sh.org> --- arch/sh/include/asm/module.h | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/arch/sh/include/asm/module.h b/arch/sh/include/asm/module.h index 46eccd3..068bf16 100644 --- a/arch/sh/include/asm/module.h +++ b/arch/sh/include/asm/module.h @@ -1,17 +1,7 @@ #ifndef _ASM_SH_MODULE_H #define _ASM_SH_MODULE_H -/* - * This file contains the SH architecture specific module code. - */ - -struct mod_arch_specific { - /* Nothing to see here .. */ -}; - -#define Elf_Shdr Elf32_Shdr -#define Elf_Sym Elf32_Sym -#define Elf_Ehdr Elf32_Ehdr +#include <asm-generic/module.h> #ifdef CONFIG_CPU_LITTLE_ENDIAN # ifdef CONFIG_CPU_SH2 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
