]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/x86/cpu/coreboot/ipchecksum.c
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
[karo-tx-uboot.git] / arch / x86 / cpu / coreboot / ipchecksum.c
index 57733d8f0dd1dbb51c7cee65084702137d5ec2a0..3340872a87cd89913707d20858f7ec9ab80a0ad4 100644 (file)
@@ -29,8 +29,9 @@
  * SUCH DAMAGE.
  */
 
-#include <compiler.h>
-#include <asm/arch-coreboot/ipchecksum.h>
+#include <linux/types.h>
+#include <linux/compiler.h>
+#include <asm/arch/ipchecksum.h>
 
 unsigned short ipchksum(const void *vptr, unsigned long nbytes)
 {