projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1da914e
)
decompressors: remove unused constant from inflate.h
author
Lasse Collin
<
[email protected]
>
Thu, 13 Jan 2011 01:01:26 +0000
(17:01 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 13 Jan 2011 16:03:25 +0000
(08:03 -0800)
Signed-off-by: Lasse Collin <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/decompress/inflate.h
patch
|
blob
|
history
diff --git
a/include/linux/decompress/inflate.h
b/include/linux/decompress/inflate.h
index f9b06ccc3e5c2e52ba0637cbc83c1e24d7e9877c..8c0aef1ba5f572c7baca9cc684f84b474035f03b 100644
(file)
--- a/
include/linux/decompress/inflate.h
+++ b/
include/linux/decompress/inflate.h
@@
-1,9
+1,6
@@
#ifndef INFLATE_H
#define INFLATE_H
-/* Other housekeeping constants */
-#define INBUFSIZ 4096
-
int gunzip(unsigned char *inbuf, int len,
int(*fill)(void*, unsigned int),
int(*flush)(void*, unsigned int),