]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/decompress_unlzma.c
trace: annotate bitfields in struct ring_buffer_event
[karo-tx-linux.git] / lib / decompress_unlzma.c
index 546f2f4c157e7ce166e13007d9ec68447c5f6346..32123a1340e6bdb2125004def332daa5499c02f7 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))