diff options
Diffstat (limited to 'drivers/gpio/gpio-davinci.c')
-rw-r--r-- | drivers/gpio/gpio-davinci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-davinci.c b/drivers/gpio/gpio-davinci.c index 3d000169285..17df6db5dca 100644 --- a/drivers/gpio/gpio-davinci.c +++ b/drivers/gpio/gpio-davinci.c | |||
@@ -366,7 +366,7 @@ static int __init davinci_gpio_irq_setup(void) | |||
366 | PTR_ERR(clk)); | 366 | PTR_ERR(clk)); |
367 | return PTR_ERR(clk); | 367 | return PTR_ERR(clk); |
368 | } | 368 | } |
369 | clk_enable(clk); | 369 | clk_prepare_enable(clk); |
370 | 370 | ||
371 | /* Arrange gpio_to_irq() support, handling either direct IRQs or | 371 | /* Arrange gpio_to_irq() support, handling either direct IRQs or |
372 | * banked IRQs. Having GPIOs in the first GPIO bank use direct | 372 | * banked IRQs. Having GPIOs in the first GPIO bank use direct |