diff options
Diffstat (limited to 'arch/arm/mach-davinci/board-omapl138-hawk.c')
-rw-r--r-- | arch/arm/mach-davinci/board-omapl138-hawk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/board-omapl138-hawk.c b/arch/arm/mach-davinci/board-omapl138-hawk.c index ab98c75cabb4..e0de2da41b5c 100644 --- a/arch/arm/mach-davinci/board-omapl138-hawk.c +++ b/arch/arm/mach-davinci/board-omapl138-hawk.c | |||
@@ -211,7 +211,7 @@ static int hawk_usb_ocic_notify(da8xx_ocic_handler_t handler) | |||
211 | hawk_usb_ocic_handler = handler; | 211 | hawk_usb_ocic_handler = handler; |
212 | 212 | ||
213 | error = request_irq(irq, omapl138_hawk_usb_ocic_irq, | 213 | error = request_irq(irq, omapl138_hawk_usb_ocic_irq, |
214 | IRQF_DISABLED | IRQF_TRIGGER_RISING | | 214 | IRQF_TRIGGER_RISING | |
215 | IRQF_TRIGGER_FALLING, | 215 | IRQF_TRIGGER_FALLING, |
216 | "OHCI over-current indicator", NULL); | 216 | "OHCI over-current indicator", NULL); |
217 | if (error) | 217 | if (error) |