Procházet zdrojové kódy

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 před 15 roky
rodič
revize
05022629a2
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      include/asm-blackfin/unaligned.h

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

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