diff options
Diffstat (limited to 'lib/decompress_bunzip2.c')
-rw-r--r-- | lib/decompress_bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decompress_bunzip2.c b/lib/decompress_bunzip2.c index d3dc9f2beb27..600f473a5610 100644 --- a/lib/decompress_bunzip2.c +++ b/lib/decompress_bunzip2.c | |||
@@ -49,10 +49,10 @@ | |||
49 | #define PREBOOT | 49 | #define PREBOOT |
50 | #else | 50 | #else |
51 | #include <linux/decompress/bunzip2.h> | 51 | #include <linux/decompress/bunzip2.h> |
52 | #include <linux/slab.h> | ||
52 | #endif /* STATIC */ | 53 | #endif /* STATIC */ |
53 | 54 | ||
54 | #include <linux/decompress/mm.h> | 55 | #include <linux/decompress/mm.h> |
55 | #include <linux/slab.h> | ||
56 | 56 | ||
57 | #ifndef INT_MAX | 57 | #ifndef INT_MAX |
58 | #define INT_MAX 0x7fffffff | 58 | #define INT_MAX 0x7fffffff |