summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/x86/include/asm/dmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/x86/include/asm/dmi.h')
-rw-r--r--ANDROID_3.4.5/arch/x86/include/asm/dmi.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/ANDROID_3.4.5/arch/x86/include/asm/dmi.h b/ANDROID_3.4.5/arch/x86/include/asm/dmi.h
deleted file mode 100644
index fd8f9e2c..00000000
--- a/ANDROID_3.4.5/arch/x86/include/asm/dmi.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _ASM_X86_DMI_H
-#define _ASM_X86_DMI_H
-
-#include <linux/compiler.h>
-#include <linux/init.h>
-
-#include <asm/io.h>
-#include <asm/setup.h>
-
-static __always_inline __init void *dmi_alloc(unsigned len)
-{
- return extend_brk(len, sizeof(int));
-}
-
-/* Use early IO mappings for DMI because it's initialized early */
-#define dmi_ioremap early_ioremap
-#define dmi_iounmap early_iounmap
-
-#endif /* _ASM_X86_DMI_H */