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>
This commit is contained in:
Jisheng Zhang 2017-01-23 15:05:45 +08:00 committed by Peter Chen
parent afff6067b3
commit bec584a877
1 changed files with 0 additions and 1 deletions

View 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>