summaryrefslogtreecommitdiffstats
path: root/include/asm-um/module-i386.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/module-i386.h')
-rw-r--r--include/asm-um/module-i386.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-um/module-i386.h b/include/asm-um/module-i386.h
deleted file mode 100644
index 5ead4a0b2e35..000000000000
--- a/include/asm-um/module-i386.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __UM_MODULE_I386_H
-#define __UM_MODULE_I386_H
-
-/* UML is simple */
-struct mod_arch_specific
-{
-};
-
-#define Elf_Shdr Elf32_Shdr
-#define Elf_Sym Elf32_Sym
-#define Elf_Ehdr Elf32_Ehdr
-
-#endif