diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/decompress_bunzip2.c | 2 | ||||
| -rw-r--r-- | lib/decompress_inflate.c | 2 | ||||
| -rw-r--r-- | lib/decompress_unlzma.c | 2 |
3 files changed, 3 insertions, 3 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 |
diff --git a/lib/decompress_inflate.c b/lib/decompress_inflate.c index bfe605ac534f..68dfce59c1b8 100644 --- a/lib/decompress_inflate.c +++ b/lib/decompress_inflate.c | |||
| @@ -19,11 +19,11 @@ | |||
| 19 | #include "zlib_inflate/inflate.h" | 19 | #include "zlib_inflate/inflate.h" |
| 20 | 20 | ||
| 21 | #include "zlib_inflate/infutil.h" | 21 | #include "zlib_inflate/infutil.h" |
| 22 | #include <linux/slab.h> | ||
| 22 | 23 | ||
| 23 | #endif /* STATIC */ | 24 | #endif /* STATIC */ |
| 24 | 25 | ||
| 25 | #include <linux/decompress/mm.h> | 26 | #include <linux/decompress/mm.h> |
| 26 | #include <linux/slab.h> | ||
| 27 | 27 | ||
| 28 | #define GZIP_IOBUF_SIZE (16*1024) | 28 | #define GZIP_IOBUF_SIZE (16*1024) |
| 29 | 29 | ||
diff --git a/lib/decompress_unlzma.c b/lib/decompress_unlzma.c index d3f9468e49dc..0b954e04bd30 100644 --- a/lib/decompress_unlzma.c +++ b/lib/decompress_unlzma.c | |||
| @@ -33,10 +33,10 @@ | |||
| 33 | #define PREBOOT | 33 | #define PREBOOT |
| 34 | #else | 34 | #else |
| 35 | #include <linux/decompress/unlzma.h> | 35 | #include <linux/decompress/unlzma.h> |
| 36 | #include <linux/slab.h> | ||
| 36 | #endif /* STATIC */ | 37 | #endif /* STATIC */ |
| 37 | 38 | ||
| 38 | #include <linux/decompress/mm.h> | 39 | #include <linux/decompress/mm.h> |
| 39 | #include <linux/slab.h> | ||
| 40 | 40 | ||
| 41 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) | 41 | #define MIN(a, b) (((a) < (b)) ? (a) : (b)) |
| 42 | 42 | ||
