From patchwork Tue Jun 28 12:49:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 924662 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p5SCnrvN006098 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Jun 2011 12:50:14 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbXjQ-0003Yc-P1; Tue, 28 Jun 2011 12:49:32 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QbXjQ-0000Ii-Dh; Tue, 28 Jun 2011 12:49:32 +0000 Received: from mail-wy0-f177.google.com ([74.125.82.177]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QbXjM-0000HB-2Y for linux-arm-kernel@lists.infradead.org; Tue, 28 Jun 2011 12:49:29 +0000 Received: by wyf23 with SMTP id 23so137678wyf.36 for ; Tue, 28 Jun 2011 05:49:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=2LU429+5J8bWxFTJHHKMmGcPPe2hjY0CdOzODyKgKb8=; b=dCvEaJAukg5wT2C/+rlBkboHoe2RngsgcJhhp2L0JoqAY2TH6ldIfZCL9wx96ItfnO FnU6SgGeMzRqeRPYxXVHlM44Ij3f2OZo6w8InwqOrOUTOHzvLm0xUByD6dtIbS5NwNvW iuxa+f9xQjAuSwaz8a5g6Za0x5gN0A6FhoYeA= Received: by 10.216.232.41 with SMTP id m41mr6410635weq.31.1309265364330; Tue, 28 Jun 2011 05:49:24 -0700 (PDT) Received: from macbook.be.48ers.dk (191.207-78-194.adsl-fix.skynet.be [194.78.207.191]) by mx.google.com with ESMTPS id w62sm104334wec.18.2011.06.28.05.49.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Jun 2011 05:49:23 -0700 (PDT) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id E7351C3A61; Tue, 28 Jun 2011 14:49:20 +0200 (CEST) From: Peter Korsgaard To: ben-linux@fluff.org, grant.likely@secretlab.ca, linux-arm-kernel@lists.infradead.org, spi-devel-general@lists.sourceforge.net Subject: [PATCH 3/5] mach-gta2: remove unused spi-gpio.h include Date: Tue, 28 Jun 2011 14:49:15 +0200 Message-Id: <1309265357-15879-4-git-send-email-jacmet@sunsite.dk> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> References: <1309265357-15879-1-git-send-email-jacmet@sunsite.dk> X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110628_084928_370529_9F02C802 X-CRM114-Status: GOOD ( 13.86 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [74.125.82.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (jacmet[at]gmail.com) 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL Cc: Peter Korsgaard X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Tue, 28 Jun 2011 12:50:14 +0000 (UTC) Not needed, and the file is going away. Signed-off-by: Peter Korsgaard --- arch/arm/mach-s3c2440/mach-gta02.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-s3c2440/mach-gta02.c b/arch/arm/mach-s3c2440/mach-gta02.c index 7166620..c10ddf4 100644 --- a/arch/arm/mach-s3c2440/mach-gta02.c +++ b/arch/arm/mach-s3c2440/mach-gta02.c @@ -74,7 +74,6 @@ #include #include -#include #include #include #include