summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-11-26 16:00:58 +0900
committerTom Rini <trini@ti.com>2014-12-08 09:35:46 -0500
commitafc366f01bea2361bc08b1a7b51e0cef81d66173 (patch)
tree0374b9f06740ed7bfb8038728ad174852921c4ae /arch/x86/cpu
parente873b97a01937549f2dbf0acdb0130d732a3dfb7 (diff)
downloadu-boot-imx-afc366f01bea2361bc08b1a7b51e0cef81d66173.zip
u-boot-imx-afc366f01bea2361bc08b1a7b51e0cef81d66173.tar.gz
u-boot-imx-afc366f01bea2361bc08b1a7b51e0cef81d66173.tar.bz2
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>
Diffstat (limited to 'arch/x86/cpu')
-rw-r--r--arch/x86/cpu/coreboot/ipchecksum.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/cpu/coreboot/ipchecksum.c b/arch/x86/cpu/coreboot/ipchecksum.c
index 5f6c009..3340872 100644
--- a/arch/x86/cpu/coreboot/ipchecksum.c
+++ b/arch/x86/cpu/coreboot/ipchecksum.c
@@ -29,7 +29,8 @@
* SUCH DAMAGE.
*/
-#include <compiler.h>
+#include <linux/types.h>
+#include <linux/compiler.h>
#include <asm/arch/ipchecksum.h>
unsigned short ipchksum(const void *vptr, unsigned long nbytes)