Commit d3102a5eaac708ab83fede0986f90e9971be55d3

Authored by Tony Lindgren
Committed by Felipe Balbi
1 parent fa9a582da9

usb: phy: twl6030-usb: Remove unused irq_enabled

It's not being used any longer.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

drivers/usb/phy/phy-twl6030-usb.c
... ... @@ -104,7 +104,6 @@
104 104 int irq2;
105 105 enum omap_musb_vbus_id_status linkstat;
106 106 u8 asleep;
107   - bool irq_enabled;
108 107 bool vbus_enable;
109 108 const char *regulator;
110 109 };
... ... @@ -373,7 +372,6 @@
373 372  
374 373 INIT_WORK(&twl->set_vbus_work, otg_set_vbus_work);
375 374  
376   - twl->irq_enabled = true;
377 375 status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq,
378 376 IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING | IRQF_ONESHOT,
379 377 "twl6030_usb", twl);