Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752392Ab0KYTbD (ORCPT ); Thu, 25 Nov 2010 14:31:03 -0500 Received: from mailfw02.zoner.fi ([84.34.147.249]:22302 "EHLO mailfw02.zoner.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752105Ab0KYTbC (ORCPT ); Thu, 25 Nov 2010 14:31:02 -0500 To: linux-kernel@vger.kernel.org Subject: [PATCH] Decompressors: Remove unused constant from inflate.h Cc: "H. Peter Anvin" , Alain Knaff , Albin Tonnerre , Phillip Lougher , Andrew Morton From: Lasse Collin Date: Thu, 25 Nov 2010 21:31:19 +0200 MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011252131.19103.lasse.collin@tukaani.org> X-Antivirus-Scanner: Clean mail though you should still use an Antivirus Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 898 Lines: 23 From: Lasse Collin Signed-off-by: Lasse Collin --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/