aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <[email protected]>2011-01-12 17:01:26 -0800
committerLinus Torvalds <[email protected]>2011-01-13 08:03:25 -0800
commit5cb2fad28fd8f95e911bed8c9342435a5b8e67de (patch)
treee0f63d8ebea4283c48ed2052811b3821344b322f
parent1da914e0648ace34e1c3738d9584e8b2cd6fe64a (diff)
decompressors: remove unused constant from inflate.h
Signed-off-by: Lasse Collin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--include/linux/decompress/inflate.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/decompress/inflate.h b/include/linux/decompress/inflate.h
index f9b06ccc3e5c..8c0aef1ba5f5 100644
--- 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),