linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] usb: chipidea: delete an useless header include
@ 2017-01-23  7:05 Jisheng Zhang
  2017-01-23  9:04 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Jisheng Zhang @ 2017-01-23  7:05 UTC (permalink / raw)
  To: linux-arm-kernel

<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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [RESEND PATCH] usb: chipidea: delete an useless header include
  2017-01-23  7:05 [RESEND PATCH] usb: chipidea: delete an useless header include Jisheng Zhang
@ 2017-01-23  9:04 ` Peter Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Chen @ 2017-01-23  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 23, 2017 at 03:05:45PM +0800, Jisheng Zhang wrote:
> <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>
>  

Applied, thanks.

-- 

Best Regards,
Peter Chen

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-23  9:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-23  7:05 [RESEND PATCH] usb: chipidea: delete an useless header include Jisheng Zhang
2017-01-23  9:04 ` Peter Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).