Skip to content

Commit

Permalink
m68knommu: local module/elf definitions
Browse files Browse the repository at this point in the history
Up to now m68knommu has been using the asm-m68k/module.h instead of
defining its own. There are recent changes there that we don't need
(fixups specifically). We don't need much support here so it makes
sense to have an m68knommu specific one now.

Signed-off-by: Greg Ungerer <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Oct 23, 2007
1 parent fa2eae9 commit f186c9a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion include/asm-m68knommu/module.h
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
#include <asm-m68k/module.h>
#ifndef ASM_M68KNOMMU_MODULE_H
#define ASM_M68KNOMMU_MODULE_H

struct mod_arch_specific {
};

#define Elf_Shdr Elf32_Shdr
#define Elf_Sym Elf32_Sym
#define Elf_Ehdr Elf32_Ehdr

#endif /* ASM_M68KNOMMU_MODULE_H */

0 comments on commit f186c9a

Please sign in to comment.