Skip to content

Commit

Permalink
sh: Convert to asm-generic/module.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Jun 14, 2009
1 parent 7b27582 commit 5db455b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions arch/sh/include/asm/module.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5db455b

Please sign in to comment.