aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-21 05:01:15 -0500
committerWolfgang Denk <wd@denx.de>2010-03-14 00:11:16 +0100
commit05022629a2ca6c385dc390d32c20aa27cf5d915a (patch)
tree6155daf42d614f55c77cfe5f4fea78f16c5c86ca
parent3adc1fda38a6aacd4aaf3c2c9cc62a1e69e6de17 (diff)
asm-blackfin/unaligned.h: add for zlib code
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>
-rw-r--r--include/asm-blackfin/unaligned.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-blackfin/unaligned.h b/include/asm-blackfin/unaligned.h
new file mode 100644
index 000000000..6cecbbb21
--- /dev/null
+++ b/include/asm-blackfin/unaligned.h
@@ -0,0 +1 @@
+#include <asm-generic/unaligned.h>