diff options
-rw-r--r-- | arch/arm/mach-pxa/gpio.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/gpio.c b/arch/arm/mach-pxa/gpio.c index 1a7057991da6..7d3e16970be0 100644 --- a/arch/arm/mach-pxa/gpio.c +++ b/arch/arm/mach-pxa/gpio.c | |||
@@ -161,9 +161,9 @@ static struct pxa_gpio_chip pxa_gpio_chip[] = { | |||
161 | * Use this instead of directly setting GRER/GFER. | 161 | * Use this instead of directly setting GRER/GFER. |
162 | */ | 162 | */ |
163 | 163 | ||
164 | static long GPIO_IRQ_rising_edge[4]; | 164 | static unsigned long GPIO_IRQ_rising_edge[4]; |
165 | static long GPIO_IRQ_falling_edge[4]; | 165 | static unsigned long GPIO_IRQ_falling_edge[4]; |
166 | static long GPIO_IRQ_mask[4]; | 166 | static unsigned long GPIO_IRQ_mask[4]; |
167 | 167 | ||
168 | /* | 168 | /* |
169 | * On PXA25x and PXA27x, GAFRx and GPDRx together decide the alternate | 169 | * On PXA25x and PXA27x, GAFRx and GPDRx together decide the alternate |