]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/dmi.h
Input: cm109 - don't use obsolete logging macros
[linux-2.6-omap-h63xx.git] / include / asm-x86 / dmi.h
index 4edf7514a75033d8173428e1ce1640995a87f154..58a86571fe0f8451df8800bd87b218e2be028886 100644 (file)
@@ -3,12 +3,6 @@
 
 #include <asm/io.h>
 
-#ifdef CONFIG_X86_32
-
-#define dmi_alloc alloc_bootmem
-
-#else /* CONFIG_X86_32 */
-
 #define DMI_MAX_DATA 2048
 
 extern int dmi_alloc_index;
@@ -25,8 +19,6 @@ static inline void *dmi_alloc(unsigned len)
        return dmi_alloc_data + idx;
 }
 
-#endif
-
 /* Use early IO mappings for DMI because it's initialized early */
 #define dmi_ioremap early_ioremap
 #define dmi_iounmap early_iounmap