aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/io.h')
-rw-r--r--include/asm-x86/io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/io.h b/include/asm-x86/io.h
index 0f954dc89cb3..688f8a4085a4 100644
--- a/include/asm-x86/io.h
+++ b/include/asm-x86/io.h
@@ -1,5 +1,5 @@
1#ifndef _ASM_X86_IO_H 1#ifndef ASM_X86__IO_H
2#define _ASM_X86_IO_H 2#define ASM_X86__IO_H
3 3
4#define ARCH_HAS_IOREMAP_WC 4#define ARCH_HAS_IOREMAP_WC
5 5
@@ -99,4 +99,4 @@ extern void early_iounmap(void *addr, unsigned long size);
99extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys); 99extern void __iomem *fix_ioremap(unsigned idx, unsigned long phys);
100 100
101 101
102#endif /* _ASM_X86_IO_H */ 102#endif /* ASM_X86__IO_H */