include/asm-x86/io.h: checkpatch cleanups - formatting only
[sfrench/cifs-2.6.git] / include / asm-x86 / io.h
index 5a58b176dd6129f3796f7f1fc068ce26930149a0..7b292d386713ee0466f882a8e637413ca0da826b 100644 (file)
@@ -1,5 +1,11 @@
+#define ARCH_HAS_IOREMAP_WC
+
 #ifdef CONFIG_X86_32
 # include "io_32.h"
 #else
 # include "io_64.h"
 #endif
+extern int ioremap_change_attr(unsigned long vaddr, unsigned long size,
+                               unsigned long prot_val);
+extern void __iomem *ioremap_wc(unsigned long offset, unsigned long size);
+