Hello. On 09-08-2011 12:06, Russell King - ARM Linux wrote: CCing linux-usb and Felipe...
Signed-off-by: Russell King<rmk+kernel@xxxxxxxxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html