[PATCH] Decompressors: Remove unused constant from inflate.h

From: Lasse Collin
Date: Thu Nov 25 2010 - 14:31:09 EST


From: Lasse Collin <lasse.collin@xxxxxxxxxxx>

Signed-off-by: Lasse Collin <lasse.collin@xxxxxxxxxxx>
---

diff -uprN linux-2.6.37-rc3.orig/include/linux/decompress/inflate.h linux-2.6.37-rc3/include/linux/decompress/inflate.h
--- linux-2.6.37-rc3.orig/include/linux/decompress/inflate.h 2010-10-20 23:30:22.000000000 +0300
+++ linux-2.6.37-rc3/include/linux/decompress/inflate.h 2010-11-25 19:52:10.000000000 +0200
@@ -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),
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/