From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Date: Tue, 09 Aug 2011 08:06:01 +0000 Subject: [PATCH 05/13] ARM: gpio: nomadik: convert drivers to use asm/gpio.h Message-Id: List-Id: References: <20110809080411.GA1831@n2100.arm.linux.org.uk> In-Reply-To: <20110809080411.GA1831@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Signed-off-by: Russell King --- drivers/gpio/gpio-nomadik.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/gpio-nomadik.c b/drivers/gpio/gpio-nomadik.c index 2c212c7..f7f0406 100644 --- a/drivers/gpio/gpio-nomadik.c +++ b/drivers/gpio/gpio-nomadik.c @@ -28,7 +28,7 @@ #include #include -#include +#include /* * The GPIO module in the Nomadik family of Systems-on-Chip is an -- 1.7.4.4