All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: OHCI: ohci-at91: remove unnecessary headers
@ 2014-10-16 15:52 Alexandre Belloni
  2014-10-16 17:34 ` Felipe Balbi
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2014-10-16 15:52 UTC (permalink / raw)
  To: Alan Stern
  Cc: Felipe Balbi, Greg Kroah-Hartman, linux-usb, linux-kernel,
	Alexandre Belloni

Remove unnecessary mach/* headers to be able to converge to a multiplatform
kernel.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/usb/host/ohci-at91.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
index e49eb4f90f5d..6181549883af 100644
--- a/drivers/usb/host/ohci-at91.c
+++ b/drivers/usb/host/ohci-at91.c
@@ -24,12 +24,8 @@
 #include <linux/usb.h>
 #include <linux/usb/hcd.h>
 
-#include <mach/hardware.h>
 #include <asm/gpio.h>
 
-#include <mach/cpu.h>
-
-
 #include "ohci.h"
 
 #define valid_port(index)	((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)
-- 
1.9.1


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

* Re: [PATCH] USB: OHCI: ohci-at91: remove unnecessary headers
  2014-10-16 15:52 [PATCH] USB: OHCI: ohci-at91: remove unnecessary headers Alexandre Belloni
@ 2014-10-16 17:34 ` Felipe Balbi
  0 siblings, 0 replies; 2+ messages in thread
From: Felipe Balbi @ 2014-10-16 17:34 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: Alan Stern, Felipe Balbi, Greg Kroah-Hartman, linux-usb, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 901 bytes --]

On Thu, Oct 16, 2014 at 05:52:38PM +0200, Alexandre Belloni wrote:
> Remove unnecessary mach/* headers to be able to converge to a multiplatform
> kernel.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Very nice

Reviewed-by: Felipe Balbi <balbi@ti.com>

> ---
>  drivers/usb/host/ohci-at91.c | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c
> index e49eb4f90f5d..6181549883af 100644
> --- a/drivers/usb/host/ohci-at91.c
> +++ b/drivers/usb/host/ohci-at91.c
> @@ -24,12 +24,8 @@
>  #include <linux/usb.h>
>  #include <linux/usb/hcd.h>
>  
> -#include <mach/hardware.h>
>  #include <asm/gpio.h>
>  
> -#include <mach/cpu.h>
> -
> -
>  #include "ohci.h"
>  
>  #define valid_port(index)	((index) >= 0 && (index) < AT91_MAX_USBH_PORTS)
> -- 
> 1.9.1
> 

-- 
balbi

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2014-10-16 17:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-16 15:52 [PATCH] USB: OHCI: ohci-at91: remove unnecessary headers Alexandre Belloni
2014-10-16 17:34 ` Felipe Balbi

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.