summaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/patches-2.6.30/9994-unlzma-header-path-fix.patch
blob: 4032c4fd87fdee64307a9c4b6b765968ff5e8aec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/decompress_unlzma.c	2013-05-16 19:41:49.499019157 +0300
+++ b/lib/decompress_unlzma.c	2013-05-16 18:10:42.178461709 +0300
@@ -30,7 +30,7 @@
  */
 
 #ifndef STATIC
-#include <linux/decompress/unlzma.h>
+#include <linux/decompress/unlzma_mm.h>
 #endif /* STATIC */
 
 #include <linux/decompress/mm.h>