Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564719

[RESEND PATCH] usb: chipidea: delete an useless header include

From Jisheng Zhang <jszhang@marvell.com>
Newsgroups linux.kernel
Subject [RESEND PATCH] usb: chipidea: delete an useless header include
Date 2017-01-23 08:20 +0100
Message-ID <t2H50-3rt-15@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


<linux/phy.h> is for net phy drivers, we don't need it.

Signed-off-by: Jisheng Zhang <jszhang@marvell.com>
---
 drivers/usb/chipidea/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c
index 3dbb4a21ab44..77078083e9fb 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>
 
-- 
2.11.0

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[RESEND PATCH] usb: chipidea: delete an useless header include Jisheng Zhang <jszhang@marvell.com> - 2017-01-23 08:20 +0100
  Re: [RESEND PATCH] usb: chipidea: delete an useless header include Peter Chen <hzpeterchen@gmail.com> - 2017-01-23 10:10 +0100

csiph-web