summaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin
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 /include/asm-blackfin
parent3adc1fda38a6aacd4aaf3c2c9cc62a1e69e6de17 (diff)
downloadbootable_bootloader_goldelico_gta04-05022629a2ca6c385dc390d32c20aa27cf5d915a.zip
bootable_bootloader_goldelico_gta04-05022629a2ca6c385dc390d32c20aa27cf5d915a.tar.gz
bootable_bootloader_goldelico_gta04-05022629a2ca6c385dc390d32c20aa27cf5d915a.tar.bz2
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>
Diffstat (limited to 'include/asm-blackfin')
-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 0000000..6cecbbb
--- /dev/null
+++ b/include/asm-blackfin/unaligned.h
@@ -0,0 +1 @@
+#include <asm-generic/unaligned.h>