Skip to content

Commit

Permalink
usb: phy: twl6030-usb: Remove unused irq_enabled
Browse files Browse the repository at this point in the history
It's not being used any longer.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Tony Lindgren authored and Felipe Balbi committed Sep 2, 2014
1 parent fa9a582 commit d3102a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/phy/phy-twl6030-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ struct twl6030_usb {
int irq2;
enum omap_musb_vbus_id_status linkstat;
u8 asleep;
bool irq_enabled;
bool vbus_enable;
const char *regulator;
};
Expand Down Expand Up @@ -373,7 +372,6 @@ static int twl6030_usb_probe(struct platform_device *pdev)

INIT_WORK(&twl->set_vbus_work, otg_set_vbus_work);

twl->irq_enabled = true;
status = request_threaded_irq(twl->irq1, NULL, twl6030_usbotg_irq,
IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING | IRQF_ONESHOT,
"twl6030_usb", twl);
Expand Down

0 comments on commit d3102a5

Please sign in to comment.