]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/sha256.c
ARM: imx6: clocks: remove function local definitions of mxc_ccm_reg and anatop_regs
[karo-tx-uboot.git] / lib / sha256.c
index 3212baba5f6c253f635220bd55b0c31707ae9341..bb338baefa836a6a73d5872c9f7412536b0a25f2 100644 (file)
@@ -8,10 +8,12 @@
 
 #ifndef USE_HOSTCC
 #include <common.h>
+#include <linux/string.h>
+#else
+#include <string.h>
 #endif /* USE_HOSTCC */
 #include <watchdog.h>
-#include <linux/string.h>
-#include <sha256.h>
+#include <u-boot/sha256.h>
 
 /*
  * 32-bit integer manipulation macros (big endian)