diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2017-01-23 10:05:45 +0300 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2017-01-23 12:02:36 +0300 |
commit | bec584a87780f2ad0c04157bc7dd3796abfebd2c (patch) | |
tree | a2ad1c3ff82afe72d0d81f77924c6fb652ba69a3 /drivers/usb | |
parent | afff6067b305697dd4b3b2f2d8b2dd5da78539c8 (diff) | |
download | linux-bec584a87780f2ad0c04157bc7dd3796abfebd2c.tar.xz |
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')
-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> |