[<prev] [next>] [day] [month] [year] [list]
Message-Id: <201011252131.19103.lasse.collin@tukaani.org>
Date: Thu, 25 Nov 2010 21:31:19 +0200
From: Lasse Collin <lasse.collin@...aani.org>
To: linux-kernel@...r.kernel.org
Cc: "H. Peter Anvin" <hpa@...or.com>, Alain Knaff <alain@...ff.lu>,
Albin Tonnerre <albin.tonnerre@...e-electrons.com>,
Phillip Lougher <phillip@...gher.demon.co.uk>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH] Decompressors: Remove unused constant from inflate.h
From: Lasse Collin <lasse.collin@...aani.org>
Signed-off-by: Lasse Collin <lasse.collin@...aani.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists