summaryrefslogtreecommitdiffstats
path: root/arch/avr32
diff options
context:
space:
mode:
authorAndreas Bießmann <biessmann@corscience.de>2010-06-09 10:29:00 +0200
committerWolfgang Denk <wd@denx.de>2010-06-29 22:37:23 +0200
commit3746a5e65ceeccf7e766df6263d2994b9abcc60e (patch)
treeb3efd496b3292a292fe87289ec394846ec310f50 /arch/avr32
parent418cbb0abc8aa28a130366bd9d982cc4afd478c7 (diff)
downloadblackbird-obmc-uboot-3746a5e65ceeccf7e766df6263d2994b9abcc60e.tar.gz
blackbird-obmc-uboot-3746a5e65ceeccf7e766df6263d2994b9abcc60e.zip
avr32: add unaligned.h
This patch fixes following error: zlib.c:31:27: error: asm/unaligned.h: No such file or directory Suggested-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andreas Bießmann <biessmann@corscience.de>
Diffstat (limited to 'arch/avr32')
-rw-r--r--arch/avr32/include/asm/unaligned.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/unaligned.h b/arch/avr32/include/asm/unaligned.h
new file mode 100644
index 0000000000..6cecbbb211
--- /dev/null
+++ b/arch/avr32/include/asm/unaligned.h
@@ -0,0 +1 @@
+#include <asm-generic/unaligned.h>
OpenPOWER on IntegriCloud