Commit 5db455bd authored by Paul Mundt's avatar Paul Mundt

sh: Convert to asm-generic/module.h.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 7b275822
#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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment