diff options
| author | Kaan Külahlı <kaankulahli@gmail.com> | 2017-05-25 19:54:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-25 19:54:16 +0300 |
| commit | 943acc22babac805296a8d6de42f424f8c00df5a (patch) | |
| tree | b710cb20d9b8c1e50a7705564ed08a968eb4c163 /drivers/usb/phy/phy-gpio-vbus-usb.c | |
| parent | 6f93f25b482cb3833bad393a2f4cde8a0d1a69ca (diff) | |
| parent | 14f0a97da192d0cf20ae234389925827d9c2c119 (diff) | |
pull request
Diffstat (limited to 'drivers/usb/phy/phy-gpio-vbus-usb.c')
| -rw-r--r-- | drivers/usb/phy/phy-gpio-vbus-usb.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-gpio-vbus-usb.c b/drivers/usb/phy/phy-gpio-vbus-usb.c index 8443335c2ea..f7451fa2778 100644 --- a/drivers/usb/phy/phy-gpio-vbus-usb.c +++ b/drivers/usb/phy/phy-gpio-vbus-usb.c @@ -314,8 +314,6 @@ static int __init gpio_vbus_probe(struct platform_device *pdev) goto err_irq; } - ATOMIC_INIT_NOTIFIER_HEAD(&gpio_vbus->phy.notifier); - INIT_DELAYED_WORK(&gpio_vbus->work, gpio_vbus_work); gpio_vbus->vbus_draw = regulator_get(&pdev->dev, "vbus_draw"); |
