From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Delvare Subject: [PATCH] i2c-core: Remove needless include Date: Sat, 17 May 2008 08:55:56 +0200 Message-ID: <20080517085556.1176ecfe@hyperion.delvare> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org Errors-To: i2c-bounces-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org To: Linux I2C List-Id: linux-i2c@vger.kernel.org i2c-core doesn't use seq files, so doesn't need to include . Signed-off-by: Jean Delvare --- drivers/i2c/i2c-core.c | 1 - 1 file changed, 1 deletion(-) --- linux-2.6.26-rc2.orig/drivers/i2c/i2c-core.c 2008-05-17 08:36:06.000000000 +0200 +++ linux-2.6.26-rc2/drivers/i2c/i2c-core.c 2008-05-17 08:48:01.000000000 +0200 @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include -- Jean Delvare _______________________________________________ i2c mailing list i2c-GZX6beZjE8VD60Wz+7aTrA@public.gmane.org http://lists.lm-sensors.org/mailman/listinfo/i2c