diff options
Diffstat (limited to 'include/asm-x86/io_32.h')
-rw-r--r-- | include/asm-x86/io_32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/io_32.h b/include/asm-x86/io_32.h index 4df44ed54077..d9d1e3f269a8 100644 --- a/include/asm-x86/io_32.h +++ b/include/asm-x86/io_32.h | |||
@@ -1,5 +1,5 @@ | |||
1 | #ifndef _ASM_IO_H | 1 | #ifndef ASM_X86__IO_32_H |
2 | #define _ASM_IO_H | 2 | #define ASM_X86__IO_32_H |
3 | 3 | ||
4 | #include <linux/string.h> | 4 | #include <linux/string.h> |
5 | #include <linux/compiler.h> | 5 | #include <linux/compiler.h> |
@@ -279,4 +279,4 @@ BUILDIO(b, b, char) | |||
279 | BUILDIO(w, w, short) | 279 | BUILDIO(w, w, short) |
280 | BUILDIO(l, , int) | 280 | BUILDIO(l, , int) |
281 | 281 | ||
282 | #endif | 282 | #endif /* ASM_X86__IO_32_H */ |