* [PATCH] Fix compile error in usb-ehci.c
@ 2009-01-15 18:48 Gadiyar, Anand
2009-01-16 7:28 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: Gadiyar, Anand @ 2009-01-15 18:48 UTC (permalink / raw)
To: linux-omap@vger.kernel.org; +Cc: Tony Lindgren
From: Anand Gadiyar <gadiyar@ti.com>
Fix this compile error
CC arch/arm/mach-omap2/usb-ehci.o
arch/arm/mach-omap2/usb-ehci.c:39: error: 'INT_34XX_EHCI_IRQ' undeclared here (not in a function)
make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1
make: *** [arch/arm/mach-omap2] Error 2
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c
index 489439d..6af0b02 100644
--- a/arch/arm/mach-omap2/usb-ehci.c
+++ b/arch/arm/mach-omap2/usb-ehci.c
@@ -25,6 +25,7 @@
#include <linux/usb/musb.h>
#include <mach/hardware.h>
+#include <mach/irqs.h>
#include <mach/pm.h>
#include <mach/usb.h>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix compile error in usb-ehci.c
2009-01-15 18:48 [PATCH] Fix compile error in usb-ehci.c Gadiyar, Anand
@ 2009-01-16 7:28 ` Tony Lindgren
2009-01-16 7:38 ` Tony Lindgren
2009-01-16 9:09 ` Gadiyar, Anand
0 siblings, 2 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-01-16 7:28 UTC (permalink / raw)
To: Gadiyar, Anand; +Cc: linux-omap@vger.kernel.org
* Gadiyar, Anand <gadiyar@ti.com> [090115 20:48]:
> From: Anand Gadiyar <gadiyar@ti.com>
>
> Fix this compile error
Can you please resend via the usb list?
Acked-by: Tony Lindgren <tony@atomide.com>
> CC arch/arm/mach-omap2/usb-ehci.o
> arch/arm/mach-omap2/usb-ehci.c:39: error: 'INT_34XX_EHCI_IRQ' undeclared here (not in a function)
> make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1
> make: *** [arch/arm/mach-omap2] Error 2
>
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> ---
> diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c
> index 489439d..6af0b02 100644
> --- a/arch/arm/mach-omap2/usb-ehci.c
> +++ b/arch/arm/mach-omap2/usb-ehci.c
> @@ -25,6 +25,7 @@
> #include <linux/usb/musb.h>
>
> #include <mach/hardware.h>
> +#include <mach/irqs.h>
> #include <mach/pm.h>
> #include <mach/usb.h>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Fix compile error in usb-ehci.c
2009-01-16 7:28 ` Tony Lindgren
@ 2009-01-16 7:38 ` Tony Lindgren
2009-01-16 9:09 ` Gadiyar, Anand
1 sibling, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2009-01-16 7:38 UTC (permalink / raw)
To: Gadiyar, Anand; +Cc: linux-omap@vger.kernel.org
* Tony Lindgren <tony@atomide.com> [090116 09:28]:
> * Gadiyar, Anand <gadiyar@ti.com> [090115 20:48]:
> > From: Anand Gadiyar <gadiyar@ti.com>
> >
> > Fix this compile error
>
> Can you please resend via the usb list?
And this one is not yet in the mainline tree..
Applying to l-o tree for now.
Tony
> Acked-by: Tony Lindgren <tony@atomide.com>
>
>
> > CC arch/arm/mach-omap2/usb-ehci.o
> > arch/arm/mach-omap2/usb-ehci.c:39: error: 'INT_34XX_EHCI_IRQ' undeclared here (not in a function)
> > make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1
> > make: *** [arch/arm/mach-omap2] Error 2
> >
> > Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> > ---
> > diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c
> > index 489439d..6af0b02 100644
> > --- a/arch/arm/mach-omap2/usb-ehci.c
> > +++ b/arch/arm/mach-omap2/usb-ehci.c
> > @@ -25,6 +25,7 @@
> > #include <linux/usb/musb.h>
> >
> > #include <mach/hardware.h>
> > +#include <mach/irqs.h>
> > #include <mach/pm.h>
> > #include <mach/usb.h>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] Fix compile error in usb-ehci.c
2009-01-16 7:28 ` Tony Lindgren
2009-01-16 7:38 ` Tony Lindgren
@ 2009-01-16 9:09 ` Gadiyar, Anand
2009-01-16 9:15 ` Gadiyar, Anand
1 sibling, 1 reply; 5+ messages in thread
From: Gadiyar, Anand @ 2009-01-16 9:09 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap@vger.kernel.org
> -----Original Message-----
> From: Tony Lindgren [mailto:tony@atomide.com]
> Sent: Friday, January 16, 2009 12:58 PM
> To: Gadiyar, Anand
> Cc: linux-omap@vger.kernel.org
> Subject: Re: [PATCH] Fix compile error in usb-ehci.c
>
> * Gadiyar, Anand <gadiyar@ti.com> [090115 20:48]:
> > From: Anand Gadiyar <gadiyar@ti.com>
> >
> > Fix this compile error
>
> Can you please resend via the usb list?
Isn't this omap specific? I don't mind sending this through the USB list,
except that I think it has nothing to do with USB.
>
> Acked-by: Tony Lindgren <tony@atomide.com>
>
>
> > CC arch/arm/mach-omap2/usb-ehci.o
> > arch/arm/mach-omap2/usb-ehci.c:39: error:
> 'INT_34XX_EHCI_IRQ' undeclared here (not in a function)
> > make[1]: *** [arch/arm/mach-omap2/usb-ehci.o] Error 1
> > make: *** [arch/arm/mach-omap2] Error 2
> >
> > Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
> > ---
> > diff --git a/arch/arm/mach-omap2/usb-ehci.c
> b/arch/arm/mach-omap2/usb-ehci.c
> > index 489439d..6af0b02 100644
> > --- a/arch/arm/mach-omap2/usb-ehci.c
> > +++ b/arch/arm/mach-omap2/usb-ehci.c
> > @@ -25,6 +25,7 @@
> > #include <linux/usb/musb.h>
> >
> > #include <mach/hardware.h>
> > +#include <mach/irqs.h>
> > #include <mach/pm.h>
> > #include <mach/usb.h>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH] Fix compile error in usb-ehci.c
2009-01-16 9:09 ` Gadiyar, Anand
@ 2009-01-16 9:15 ` Gadiyar, Anand
0 siblings, 0 replies; 5+ messages in thread
From: Gadiyar, Anand @ 2009-01-16 9:15 UTC (permalink / raw)
To: Gadiyar, Anand, Tony Lindgren; +Cc: linux-omap@vger.kernel.org
> > > From: Anand Gadiyar <gadiyar@ti.com>
> > >
> > > Fix this compile error
> >
> > Can you please resend via the usb list?
>
> Isn't this omap specific? I don't mind sending this through the USB list,
> except that I think it has nothing to do with USB.
Scratch this. I saw your next mail too late.
- Anand
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-01-16 9:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15 18:48 [PATCH] Fix compile error in usb-ehci.c Gadiyar, Anand
2009-01-16 7:28 ` Tony Lindgren
2009-01-16 7:38 ` Tony Lindgren
2009-01-16 9:09 ` Gadiyar, Anand
2009-01-16 9:15 ` Gadiyar, Anand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox