From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Date: Tue, 09 Aug 2011 08:07:41 +0000 Subject: [PATCH 10/13] ARM: gpio: pxa: 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/pcmcia/pxa2xx_vpac270.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/pcmcia/pxa2xx_vpac270.c b/drivers/pcmcia/pxa2xx_vpac270.c index e956f65..66ab92c 100644 --- a/drivers/pcmcia/pxa2xx_vpac270.c +++ b/drivers/pcmcia/pxa2xx_vpac270.c @@ -17,7 +17,7 @@ #include -#include +#include #include #include "soc_common.h" -- 1.7.4.4