diff options
Diffstat (limited to 'drivers/usb/phy/phy-twl6030-usb.c')
-rw-r--r-- | drivers/usb/phy/phy-twl6030-usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-twl6030-usb.c b/drivers/usb/phy/phy-twl6030-usb.c index 04778cf80d60..44ea082e40dc 100644 --- a/drivers/usb/phy/phy-twl6030-usb.c +++ b/drivers/usb/phy/phy-twl6030-usb.c | |||
@@ -104,7 +104,6 @@ struct twl6030_usb { | |||
104 | int irq2; | 104 | int irq2; |
105 | enum omap_musb_vbus_id_status linkstat; | 105 | enum omap_musb_vbus_id_status linkstat; |
106 | u8 asleep; | 106 | u8 asleep; |
107 | bool irq_enabled; | ||
108 | bool vbus_enable; | 107 | bool vbus_enable; |
109 | const char *regulator; | 108 | const char *regulator; |
110 | }; | 109 | }; |
@@ -373,7 +372,6 @@ static int twl6030_usb_probe(struct platform_device *pdev) | |||
373 | 372 | ||
374 | INIT_WORK(&twl->set_vbus_work, otg_set_vbus_work); | 373 | INIT_WORK(&twl->set_vbus_work, otg_set_vbus_work); |
375 | 374 | ||
376 | twl->irq_enabled = true; | ||
377 | status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq, | 375 | status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq, |
378 | IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING | IRQF_ONESHOT, | 376 | IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING | IRQF_ONESHOT, |
379 | "twl6030_usb", twl); | 377 | "twl6030_usb", twl); |