Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156433
b: refs/heads/master
c: 9e5cf0c
h: refs/heads/master
i:
  156431: 8068d5c
v: v3
  • Loading branch information
Albin Tonnerre authored and Linus Torvalds committed Aug 7, 2009
1 parent 05dfffa commit efcc9ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b1af4315d823a2b6659c5b14bc17f7bc61878ef4
refs/heads/master: 9e5cf0ca2e9b65110ae5f094d7f0f7165cd1bbbb
2 changes: 1 addition & 1 deletion trunk/lib/decompress_bunzip2.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
#define PREBOOT
#else
#include <linux/decompress/bunzip2.h>
#include <linux/slab.h>
#endif /* STATIC */

#include <linux/decompress/mm.h>
#include <linux/slab.h>

#ifndef INT_MAX
#define INT_MAX 0x7fffffff
Expand Down
2 changes: 1 addition & 1 deletion trunk/lib/decompress_inflate.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#include "zlib_inflate/inflate.h"

#include "zlib_inflate/infutil.h"
#include <linux/slab.h>

#endif /* STATIC */

#include <linux/decompress/mm.h>
#include <linux/slab.h>

#define GZIP_IOBUF_SIZE (16*1024)

Expand Down
2 changes: 1 addition & 1 deletion trunk/lib/decompress_unlzma.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
#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))

Expand Down

0 comments on commit efcc9ae

Please sign in to comment.