From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754144AbZHMKDJ (ORCPT ); Thu, 13 Aug 2009 06:03:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754079AbZHMKBs (ORCPT ); Thu, 13 Aug 2009 06:01:48 -0400 Received: from aeryn.fluff.org.uk ([87.194.8.8]:45523 "EHLO kira.home.fluff.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753960AbZHMKBr (ORCPT ); Thu, 13 Aug 2009 06:01:47 -0400 Message-Id: <20090813100638.799449205@fluff.org> References: <20090813100602.545180197@fluff.org> User-Agent: quilt/0.46-1 Date: Thu, 13 Aug 2009 11:06:06 +0100 From: Ben Dooks To: spi-devel-general@lists.sourceforge.net, dbrownell@users.sourceforge.ne Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org Subject: [patch 4/7] spi_s3c24xx: fix header includes Content-Disposition: inline; filename=spi-fix-includes.patch Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The driver includes where it should be including and also includes and without using anything from these. Signed-off-by; Ben Dooks --- drivers/spi/spi_s3c24xx.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) Index: b/drivers/spi/spi_s3c24xx.c =================================================================== --- a/drivers/spi/spi_s3c24xx.c 2009-07-28 15:19:28.000000000 +0100 +++ b/drivers/spi/spi_s3c24xx.c 2009-07-28 15:20:16.000000000 +0100 @@ -20,14 +20,11 @@ #include #include #include +#include #include #include -#include -#include -#include - #include #include --