1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-03 17:52:07 +02:00

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 Biemann <biessmann@corscience.de>
This commit is contained in:
Andreas Bießmann
2010-06-09 10:29:00 +02:00
committed by Wolfgang Denk
parent 418cbb0abc
commit 3746a5e65c

View File

@@ -0,0 +1 @@
#include <asm-generic/unaligned.h>