]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
lib/decompress_unlzo.c: fix a trivial compilation error
authorMarkus F.X.J. Oberhumer <markus@oberhumer.com>
Sun, 14 Oct 2012 13:45:43 +0000 (15:45 +0200)
committerMarkus F.X.J. Oberhumer <markus@oberhumer.com>
Sun, 14 Oct 2012 13:45:43 +0000 (15:45 +0200)
Fix a trivial compilation error caused by the previous rename
of lzo1x_decompress.c to lzo1x_decompress_safe.c in lib/lzo.

Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
lib/decompress_unlzo.c

index 4531294fa62f2cb5de592178ddca2c0afc223558..960183d4258f2bffda4dfa421525d04cdd40a949 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #ifdef STATIC
-#include "lzo/lzo1x_decompress.c"
+#include "lzo/lzo1x_decompress_safe.c"
 #else
 #include <linux/decompress/unlzo.h>
 #endif