]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/x86/lib/string.c
Replace <compiler.h> with <linux/compiler.h>
[karo-tx-uboot.git] / arch / x86 / lib / string.c
index a1656ccfe7d82480031789ec987781a9a094d2b3..6c66431ed93b3d4943954f0e07a04a0acf665c77 100644 (file)
@@ -8,9 +8,9 @@
 
 /* From glibc-2.14, sysdeps/i386/memset.c */
 
-#include <compiler.h>
-#include <asm/string.h>
 #include <linux/types.h>
+#include <linux/compiler.h>
+#include <asm/string.h>
 
 typedef uint32_t op_t;