All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: ehci-omap: Drop surplus include
@ 2020-07-03 13:10 Linus Walleij
  2020-07-03 13:18 ` Peter Ujfalusi
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2020-07-03 13:10 UTC (permalink / raw
  To: Greg Kroah-Hartman
  Cc: linux-usb, Linus Walleij, Roger Quadros, Peter Ujfalusi,
	Tony Lindgren

The EHCI OMAP driver includes <linux/gpio.h> but does not use
any symbols from this file, so drop it.

Cc: Roger Quadros <rogerq@ti.com>
Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/usb/host/ehci-omap.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index fc125b3d06e7..94b4b3ea49c8 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -24,7 +24,6 @@
 #include <linux/slab.h>
 #include <linux/usb/ulpi.h>
 #include <linux/pm_runtime.h>
-#include <linux/gpio.h>
 #include <linux/clk.h>
 #include <linux/usb.h>
 #include <linux/usb/hcd.h>
-- 
2.25.4


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

* Re: [PATCH] usb: ehci-omap: Drop surplus include
  2020-07-03 13:10 [PATCH] usb: ehci-omap: Drop surplus include Linus Walleij
@ 2020-07-03 13:18 ` Peter Ujfalusi
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Ujfalusi @ 2020-07-03 13:18 UTC (permalink / raw
  To: Linus Walleij, Greg Kroah-Hartman; +Cc: linux-usb, Roger Quadros, Tony Lindgren

Hi Linus,

On 03/07/2020 16.10, Linus Walleij wrote:
> The EHCI OMAP driver includes <linux/gpio.h> but does not use
> any symbols from this file, so drop it.

Reviewed-by: Peter Ujfalusi <peter.ujfalusi@ti.com>

> Cc: Roger Quadros <rogerq@ti.com>
> Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
> Cc: Tony Lindgren <tony@atomide.com>
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
>  drivers/usb/host/ehci-omap.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
> index fc125b3d06e7..94b4b3ea49c8 100644
> --- a/drivers/usb/host/ehci-omap.c
> +++ b/drivers/usb/host/ehci-omap.c
> @@ -24,7 +24,6 @@
>  #include <linux/slab.h>
>  #include <linux/usb/ulpi.h>
>  #include <linux/pm_runtime.h>
> -#include <linux/gpio.h>
>  #include <linux/clk.h>
>  #include <linux/usb.h>
>  #include <linux/usb/hcd.h>
> 

- Péter

Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2020-07-03 13:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-03 13:10 [PATCH] usb: ehci-omap: Drop surplus include Linus Walleij
2020-07-03 13:18 ` Peter Ujfalusi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.