diff options
Diffstat (limited to 'drivers/gpio/gpio-sa1100.c')
-rw-r--r-- | drivers/gpio/gpio-sa1100.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-sa1100.c b/drivers/gpio/gpio-sa1100.c index 67bd2f5d89e8..990fa9023e22 100644 --- a/drivers/gpio/gpio-sa1100.c +++ b/drivers/gpio/gpio-sa1100.c | |||
@@ -172,8 +172,7 @@ static struct irq_domain *sa1100_gpio_irqdomain; | |||
172 | * irq_controller_lock held, and IRQs disabled. Decode the IRQ | 172 | * irq_controller_lock held, and IRQs disabled. Decode the IRQ |
173 | * and call the handler. | 173 | * and call the handler. |
174 | */ | 174 | */ |
175 | static void | 175 | static void sa1100_gpio_handler(struct irq_desc *desc) |
176 | sa1100_gpio_handler(unsigned int __irq, struct irq_desc *desc) | ||
177 | { | 176 | { |
178 | unsigned int irq, mask; | 177 | unsigned int irq, mask; |
179 | 178 | ||