From 86592f60595f5dcebde01c9a4135485fbf2a61d6 Mon Sep 17 00:00:00 2001 From: Reinhard Meyer Date: Sun, 7 Nov 2010 13:26:14 +0100 Subject: AT91: change includes from asm/arch/io.h to asm/io.h and remove the now unused asm/arch-at91/io.h Signed-off-by: Reinhard Meyer --- drivers/gpio/at91_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpio/at91_gpio.c') diff --git a/drivers/gpio/at91_gpio.c b/drivers/gpio/at91_gpio.c index 1631687186..be2a0268e8 100644 --- a/drivers/gpio/at91_gpio.c +++ b/drivers/gpio/at91_gpio.c @@ -36,9 +36,9 @@ #include #include +#include #include #include -#include #include int at91_set_pio_pullup(unsigned port, unsigned pin, int use_pullup) -- cgit v1.2.3