diff options
Diffstat (limited to 'drivers/gpio/gpio-altera.c')
-rw-r--r-- | drivers/gpio/gpio-altera.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/gpio/gpio-altera.c b/drivers/gpio/gpio-altera.c index 9b7e0b3db387..1b44941574fa 100644 --- a/drivers/gpio/gpio-altera.c +++ b/drivers/gpio/gpio-altera.c | |||
@@ -201,8 +201,7 @@ static int altera_gpio_direction_output(struct gpio_chip *gc, | |||
201 | return 0; | 201 | return 0; |
202 | } | 202 | } |
203 | 203 | ||
204 | static void altera_gpio_irq_edge_handler(unsigned int irq, | 204 | static void altera_gpio_irq_edge_handler(struct irq_desc *desc) |
205 | struct irq_desc *desc) | ||
206 | { | 205 | { |
207 | struct altera_gpio_chip *altera_gc; | 206 | struct altera_gpio_chip *altera_gc; |
208 | struct irq_chip *chip; | 207 | struct irq_chip *chip; |
@@ -231,8 +230,7 @@ static void altera_gpio_irq_edge_handler(unsigned int irq, | |||
231 | } | 230 | } |
232 | 231 | ||
233 | 232 | ||
234 | static void altera_gpio_irq_leveL_high_handler(unsigned int irq, | 233 | static void altera_gpio_irq_leveL_high_handler(struct irq_desc *desc) |
235 | struct irq_desc *desc) | ||
236 | { | 234 | { |
237 | struct altera_gpio_chip *altera_gc; | 235 | struct altera_gpio_chip *altera_gc; |
238 | struct irq_chip *chip; | 236 | struct irq_chip *chip; |