diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2017-01-23 08:05:45 +0100 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2017-01-23 10:02:36 +0100 |
commit | bec584a87780f2ad0c04157bc7dd3796abfebd2c (patch) | |
tree | a2ad1c3ff82afe72d0d81f77924c6fb652ba69a3 /drivers/usb/chipidea | |
parent | usb: chipidea: Drop lock across event_notify during gadget stop (diff) | |
download | linux-bec584a87780f2ad0c04157bc7dd3796abfebd2c.tar.xz linux-bec584a87780f2ad0c04157bc7dd3796abfebd2c.zip |
usb: chipidea: delete an useless header include
<linux/phy.h> is for net phy drivers, we don't need it.
Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r-- | drivers/usb/chipidea/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index db69f6a0bf98..bcb3a9c360d4 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c @@ -62,7 +62,6 @@ #include <linux/usb/chipidea.h> #include <linux/usb/of.h> #include <linux/of.h> -#include <linux/phy.h> #include <linux/regulator/consumer.h> #include <linux/usb/ehci_def.h> |