sh: Convert to asm-generic/module.h.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 14 Jun 2009 14:24:14 +0000 (23:24 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 14 Jun 2009 14:24:14 +0000 (23:24 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/module.h

index 46eccd33166052851f25ffcb7259ac5666c2b26d..068bf1659750def61fe9e35f1dbb01a20d3fbd0b 100644 (file)
@@ -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
This page took 0.027612 seconds and 5 git commands to generate.