dmi: clean-up dmi helper declarations
[pandora-kernel.git] / include / asm-ia64 / dmi.h
index f3efaa2..00eb1b1 100644 (file)
@@ -3,4 +3,9 @@
 
 #include <asm/io.h>
 
+/* Use normal IO mappings for DMI */
+#define dmi_ioremap ioremap
+#define dmi_iounmap(x,l) iounmap(x)
+#define dmi_alloc(l) kmalloc(l, GFP_ATOMIC)
+
 #endif