From patchwork Tue Aug 9 08:04:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Russell King - ARM Linux X-Patchwork-Id: 1047702 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7984Wba000598 for ; Tue, 9 Aug 2011 08:04:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752523Ab1HIIEt (ORCPT ); Tue, 9 Aug 2011 04:04:49 -0400 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:42583 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751318Ab1HIIEs (ORCPT ); Tue, 9 Aug 2011 04:04:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=arm.linux.org.uk; s=caramon; h=Date:Sender:Message-Id:Content-Type:MIME-Version:Cc:Subject:Cc:To:From:References:In-Reply-To; bh=GdXHeYDBq79wwfO/TlNGBPguGRgop2nUtudZQqGe3nk=; b=cCCBsP/PSDBUmm6ZTThj5aes6AJKZYtajRcb8dXThiggOh18N2mXi56YEz8y724yX1BNcrCJK+nhLNWzSdVnWzD3knI/f6f+oyCWReUuMMC+lT776zKazd8Pb0FryQxY2Ao6UdiUq2JluskqNF0OzBJwIsgbPi3NbDkQBJG7f+Y=; Received: from e0022681537dd.dyn.arm.linux.org.uk ([2002:4e20:1eda:1:222:68ff:fe15:37dd] helo=rmk-PC.arm.linux.org.uk) by caramon.arm.linux.org.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QqhIm-0000cm-Nf; Tue, 09 Aug 2011 09:04:41 +0100 Received: from rmk by rmk-PC.arm.linux.org.uk with local (Exim 4.76) (envelope-from ) id 1QqhIm-0003a0-9U; Tue, 09 Aug 2011 09:04:40 +0100 In-Reply-To: <20110809080411.GA1831@n2100.arm.linux.org.uk> References: <20110809080411.GA1831@n2100.arm.linux.org.uk> From: Russell King - ARM Linux To: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-sh@vger.kernel.org, linux-tegra@vger.kernel.org Cc: Grant Likely , Nicolas Pitre Subject: [PATCH 01/13] ARM: gpio: at91: remove redundant include of mach/gpio.h Cc: Grant Likely , Nicolas Pitre MIME-Version: 1.0 Content-Disposition: inline Message-Id: Date: Tue, 09 Aug 2011 09:04:40 +0100 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Tue, 09 Aug 2011 08:04:51 +0000 (UTC) asm/gpio.h already directly includes mach/gpio.h. Signed-off-by: Russell King --- arch/arm/mach-at91/gpio.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/gpio.c b/arch/arm/mach-at91/gpio.c index 4615528..2225042 100644 --- a/arch/arm/mach-at91/gpio.c +++ b/arch/arm/mach-at91/gpio.c @@ -22,7 +22,6 @@ #include #include -#include #include