diff options
author | Jisheng Zhang <jszhang@marvell.com> | 2017-01-23 02:05:45 -0500 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2017-01-23 04:02:36 -0500 |
commit | bec584a87780f2ad0c04157bc7dd3796abfebd2c (patch) | |
tree | a2ad1c3ff82afe72d0d81f77924c6fb652ba69a3 | |
parent | afff6067b305697dd4b3b2f2d8b2dd5da78539c8 (diff) |
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>
-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 @@ | |||
62 | #include <linux/usb/chipidea.h> | 62 | #include <linux/usb/chipidea.h> |
63 | #include <linux/usb/of.h> | 63 | #include <linux/usb/of.h> |
64 | #include <linux/of.h> | 64 | #include <linux/of.h> |
65 | #include <linux/phy.h> | ||
66 | #include <linux/regulator/consumer.h> | 65 | #include <linux/regulator/consumer.h> |
67 | #include <linux/usb/ehci_def.h> | 66 | #include <linux/usb/ehci_def.h> |
68 | 67 | ||