sdhci: get rid of "frequency too high" flood when using eSDHC
[pandora-kernel.git] / lib / decompress_unlzma.c
index 546f2f4..32123a1 100644 (file)
@@ -34,6 +34,7 @@
 #endif /* STATIC */
 
 #include <linux/decompress/mm.h>
+#include <linux/slab.h>
 
 #define        MIN(a, b) (((a) < (b)) ? (a) : (b))