diff options
| author | Tony Lindgren <tony@atomide.com> | 2014-08-18 10:54:16 -0400 |
|---|---|---|
| committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-09-24 05:48:32 -0400 |
| commit | bb419402cc1075db508f9ee8cfff3618e111f744 (patch) | |
| tree | c8592a68e01b6a55dbe32c6099f555c15a82c5b5 /drivers/phy | |
| parent | 25451e5cb99d6e8ab848b9c2c277fef532240a5a (diff) | |
usb: phy: twl4030-usb: Remove unused irq_enabled
It's not being used any longer.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
| -rw-r--r-- | drivers/phy/phy-twl4030-usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/phy/phy-twl4030-usb.c b/drivers/phy/phy-twl4030-usb.c index 9cd33a4bcfb1..bc28eccb029e 100644 --- a/drivers/phy/phy-twl4030-usb.c +++ b/drivers/phy/phy-twl4030-usb.c | |||
| @@ -164,7 +164,6 @@ struct twl4030_usb { | |||
| 164 | enum omap_musb_vbus_id_status linkstat; | 164 | enum omap_musb_vbus_id_status linkstat; |
| 165 | bool vbus_supplied; | 165 | bool vbus_supplied; |
| 166 | u8 asleep; | 166 | u8 asleep; |
| 167 | bool irq_enabled; | ||
| 168 | 167 | ||
| 169 | struct delayed_work id_workaround_work; | 168 | struct delayed_work id_workaround_work; |
| 170 | }; | 169 | }; |
| @@ -755,7 +754,6 @@ static int twl4030_usb_probe(struct platform_device *pdev) | |||
| 755 | * set_host() and/or set_peripheral() ... OTG_capable boards | 754 | * set_host() and/or set_peripheral() ... OTG_capable boards |
| 756 | * need both handles, otherwise just one suffices. | 755 | * need both handles, otherwise just one suffices. |
| 757 | */ | 756 | */ |
| 758 | twl->irq_enabled = true; | ||
| 759 | status = devm_request_threaded_irq(twl->dev, twl->irq, NULL, | 757 | status = devm_request_threaded_irq(twl->dev, twl->irq, NULL, |
| 760 | twl4030_usb_irq, IRQF_TRIGGER_FALLING | | 758 | twl4030_usb_irq, IRQF_TRIGGER_FALLING | |
| 761 | IRQF_TRIGGER_RISING | IRQF_ONESHOT, "twl4030_usb", twl); | 759 | IRQF_TRIGGER_RISING | IRQF_ONESHOT, "twl4030_usb", twl); |
