commit | e722852ecc15d5e57cbe520194a3e12656b7f6e0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Nov 26 16:00:58 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon Dec 08 09:35:46 2014 -0500 |
tree | 0374b9f06740ed7bfb8038728ad174852921c4ae | |
parent | 228aa8b4e827b842f247274c64a1a63b09d65651 [diff] [blame] |
Replace <compiler.h> with <linux/compiler.h> Including <linux/compiler.h> is enough for general use. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index fcd9aa9..e0b2561 100644 --- a/arch/x86/include/asm/io.h +++ b/arch/x86/include/asm/io.h
@@ -1,7 +1,7 @@ #ifndef _ASM_IO_H #define _ASM_IO_H -#include <compiler.h> +#include <linux/compiler.h> /* * This file contains the definitions for the x86 IO instructions