projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afff606
)
usb: chipidea: delete an useless header include
author
Jisheng Zhang
<jszhang@marvell.com>
Mon, 23 Jan 2017 07:05:45 +0000
(15:05 +0800)
committer
Peter Chen
<peter.chen@nxp.com>
Mon, 23 Jan 2017 09:02:36 +0000
(17:02 +0800)
<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>
drivers/usb/chipidea/core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/chipidea/core.c
b/drivers/usb/chipidea/core.c
index db69f6a0bf98bdaa7d19b2ce5410a002f71d4eea..bcb3a9c360d47902aed93ea5ad626cbb4155b76b 100644
(file)
--- 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>