From 05022629a2ca6c385dc390d32c20aa27cf5d915a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Jan 2010 05:01:15 -0500 Subject: [PATCH] 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 --- include/asm-blackfin/unaligned.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/asm-blackfin/unaligned.h diff --git a/include/asm-blackfin/unaligned.h b/include/asm-blackfin/unaligned.h new file mode 100644 index 0000000000..6cecbbb211 --- /dev/null +++ b/include/asm-blackfin/unaligned.h @@ -0,0 +1 @@ +#include -- 2.39.2