[PATCH 06/13] ARM: gpio: davinci: convert drivers to use asm/gpio.h rather than mach/gpio.h
Sergei Shtylyov
sshtylyov at mvista.com
Tue Aug 9 08:06:14 EDT 2011
Hello.
On 09-08-2011 12:06, Russell King - ARM Linux wrote:
CCing linux-usb and Felipe...
> Signed-off-by: Russell King<rmk+kernel at arm.linux.org.uk>
> ---
> drivers/usb/musb/davinci.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c
> index 8bdf25a..f9a3f62 100644
> --- a/drivers/usb/musb/davinci.c
> +++ b/drivers/usb/musb/davinci.c
> @@ -35,7 +35,7 @@
>
> #include<mach/hardware.h>
> #include<mach/memory.h>
> -#include<mach/gpio.h>
> +#include<asm/gpio.h>
Shouldn't this now be moved to the below #include group?
> #include<mach/cputype.h>
>
> #include<asm/mach-types.h>
WBR, Sergei
More information about the linux-arm-kernel
mailing list