aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-davinci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
-rw-r--r--drivers/gpio/gpio-davinci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c
index 7629b4f12b7f..29321eea3c44 100644
--- a/drivers/gpio/gpio-davinci.c
+++ b/drivers/gpio/gpio-davinci.c
@@ -423,7 +423,8 @@ static const struct irq_domain_ops davinci_gpio_irq_ops = {
423 423
424static int davinci_gpio_irq_setup(struct platform_device *pdev) 424static int davinci_gpio_irq_setup(struct platform_device *pdev)
425{ 425{
426 unsigned gpio, irq, bank; 426 unsigned gpio, bank;
427 int irq;
427 struct clk *clk; 428 struct clk *clk;
428 u32 binten = 0; 429 u32 binten = 0;
429 unsigned ngpio, bank_irq; 430 unsigned ngpio, bank_irq;