aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/sys-x86_64/asm/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-x86_64/asm/module.h')
-rw-r--r--arch/um/sys-x86_64/asm/module.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/um/sys-x86_64/asm/module.h b/arch/um/sys-x86_64/asm/module.h
deleted file mode 100644
index 8eb79c2..0000000
--- a/arch/um/sys-x86_64/asm/module.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2003 PathScale, Inc.
- *
- * Licensed under the GPL
- */
-
-#ifndef __UM_MODULE_X86_64_H
-#define __UM_MODULE_X86_64_H
-
-/* UML is simple */
-struct mod_arch_specific
-{
-};
-
-#define Elf_Shdr Elf64_Shdr
-#define Elf_Sym Elf64_Sym
-#define Elf_Ehdr Elf64_Ehdr
-
-#endif
-