usb: chipidea: delete an useless header include
authorJisheng Zhang <jszhang@marvell.com>
Mon, 23 Jan 2017 07:05:45 +0000 (15:05 +0800)
committerPeter 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

index db69f6a0bf98bdaa7d19b2ce5410a002f71d4eea..bcb3a9c360d47902aed93ea5ad626cbb4155b76b 100644 (file)
@@ -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>