diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
| -rw-r--r-- | arch/arm/mach-pxa/pxa27x.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c index 180bd8675d4..6bce78edce7 100644 --- a/arch/arm/mach-pxa/pxa27x.c +++ b/arch/arm/mach-pxa/pxa27x.c @@ -22,7 +22,6 @@  #include <linux/io.h>  #include <linux/irq.h>  #include <linux/i2c/pxa-i2c.h> -#include <linux/gpio.h>  #include <asm/mach/map.h>  #include <mach/hardware.h> @@ -231,7 +230,6 @@ static struct clk_lookup pxa27x_clkregs[] = {  	INIT_CLKREG(&clk_pxa27x_memc, NULL, "MEMCLK"),  	INIT_CLKREG(&clk_pxa27x_mem, "pxa2xx-pcmcia", NULL),  	INIT_CLKREG(&clk_dummy, "pxa-gpio", NULL), -	INIT_CLKREG(&clk_dummy, "sa1100-rtc", NULL),  };  #ifdef CONFIG_PM @@ -458,7 +456,6 @@ static int __init pxa27x_init(void)  		register_syscore_ops(&pxa_irq_syscore_ops);  		register_syscore_ops(&pxa2xx_mfp_syscore_ops); -		register_syscore_ops(&pxa_gpio_syscore_ops);  		register_syscore_ops(&pxa2xx_clock_syscore_ops);  		ret = platform_add_devices(devices, ARRAY_SIZE(devices));  |