NFSv4: Don't do idmapper upcalls for asynchronous RPC calls
[safe/jmp/linux-2.6] / lib / decompress_unlzma.c
index d3f9468..0b954e0 100644 (file)
 #define PREBOOT
 #else
 #include <linux/decompress/unlzma.h>
+#include <linux/slab.h>
 #endif /* STATIC */
 
 #include <linux/decompress/mm.h>
-#include <linux/slab.h>
 
 #define        MIN(a, b) (((a) < (b)) ? (a) : (b))