aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-sa1100.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-sa1100.c')
-rw-r--r--drivers/gpio/gpio-sa1100.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/gpio-sa1100.c b/drivers/gpio/gpio-sa1100.c
index 3fa22dade243..e847a4cf9326 100644
--- a/drivers/gpio/gpio-sa1100.c
+++ b/drivers/gpio/gpio-sa1100.c
@@ -173,9 +173,9 @@ static struct irq_domain *sa1100_gpio_irqdomain;
173 * and call the handler. 173 * and call the handler.
174 */ 174 */
175static void 175static void
176sa1100_gpio_handler(unsigned int irq, struct irq_desc *desc) 176sa1100_gpio_handler(unsigned int __irq, struct irq_desc *desc)
177{ 177{
178 unsigned int mask; 178 unsigned int irq, mask;
179 179
180 mask = GEDR; 180 mask = GEDR;
181 do { 181 do {