]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
asm-blackfin/unaligned.h: add for zlib code
authorMike Frysinger <vapier@gentoo.org>
Thu, 21 Jan 2010 10:01:15 +0000 (05:01 -0500)
committerWolfgang Denk <wd@denx.de>
Sat, 13 Mar 2010 23:11:16 +0000 (00:11 +0100)
The new zlib code wants asm/unaligned.h, so have the Blackfin version pull
in the asm-generic/unaligned.h.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/asm-blackfin/unaligned.h [new file with mode: 0644]

diff --git a/include/asm-blackfin/unaligned.h b/include/asm-blackfin/unaligned.h
new file mode 100644 (file)
index 0000000..6cecbbb
--- /dev/null
@@ -0,0 +1 @@
+#include <asm-generic/unaligned.h>