Explorar el Código

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>
Mike Frysinger hace 15 años
padre
commit
05022629a2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/asm-blackfin/unaligned.h

+ 1 - 0
include/asm-blackfin/unaligned.h

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