public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again
@ 2009-07-06  7:05 Gadiyar, Anand
  2009-07-06  7:13 ` Felipe Balbi
  2009-08-05 13:23 ` [APPLIED] " Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: Gadiyar, Anand @ 2009-07-06  7:05 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org; +Cc: me@felipebalbi.com, Tony Lindgren

From: Anand Gadiyar <gadiyar@ti.com>

OMAP3: EHCI: Allow EHCI to work as a module again

commit fc3c45ca seems to have broken EHCI as a module. Fix this.

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 0fe26f2..56fc7f4 100644
--- a/arch/arm/mach-omap2/usb-ehci.c
+++ b/arch/arm/mach-omap2/usb-ehci.c
@@ -27,7 +27,7 @@
 #include <mach/irqs.h>
 #include <mach/usb.h>
 
-#if defined(CONFIG_USB_EHCI_HCD) || #define(CONFIG_USB_EHCI_HCD_MODULE)
+#if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE)
 
 static struct resource ehci_resources[] = {
 	{

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

* Re: [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again
  2009-07-06  7:05 [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again Gadiyar, Anand
@ 2009-07-06  7:13 ` Felipe Balbi
  2009-08-05 13:23 ` [APPLIED] " Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Felipe Balbi @ 2009-07-06  7:13 UTC (permalink / raw)
  To: ext Gadiyar, Anand
  Cc: linux-omap@vger.kernel.org, me@felipebalbi.com, Tony Lindgren

On Mon, Jul 06, 2009 at 09:05:09AM +0200, ext Gadiyar, Anand wrote:
> From: Anand Gadiyar <gadiyar@ti.com>
> 
> OMAP3: EHCI: Allow EHCI to work as a module again
> 
> commit fc3c45ca seems to have broken EHCI as a module. Fix this.
> 
> Signed-off-by: Anand Gadiyar <gadiyar@ti.com>

hmm... that was a bad mistake :-s

Acked-by: Felipe Balbi <felipe.balbi@nokia.com>

> ---
> diff --git a/arch/arm/mach-omap2/usb-ehci.c b/arch/arm/mach-omap2/usb-ehci.c
> index 0fe26f2..56fc7f4 100644
> --- a/arch/arm/mach-omap2/usb-ehci.c
> +++ b/arch/arm/mach-omap2/usb-ehci.c
> @@ -27,7 +27,7 @@
>  #include <mach/irqs.h>
>  #include <mach/usb.h>
>  
> -#if defined(CONFIG_USB_EHCI_HCD) || #define(CONFIG_USB_EHCI_HCD_MODULE)
> +#if defined(CONFIG_USB_EHCI_HCD) || defined(CONFIG_USB_EHCI_HCD_MODULE)
>  
>  static struct resource ehci_resources[] = {
>  	{
> --
> 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

-- 
balbi

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

* [APPLIED] [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again
  2009-07-06  7:05 [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again Gadiyar, Anand
  2009-07-06  7:13 ` Felipe Balbi
@ 2009-08-05 13:23 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2009-08-05 13:23 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: master

Initial commit ID (Likely to change): 4baadee6e2dd5228e1b17cb5f931c4e0ed8fcb96

PatchWorks
http://patchwork.kernel.org/patch/34200/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=4baadee6e2dd5228e1b17cb5f931c4e0ed8fcb96



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

end of thread, other threads:[~2009-08-05 13:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06  7:05 [PATCH] OMAP3: EHCI: Allow EHCI to work as a module again Gadiyar, Anand
2009-07-06  7:13 ` Felipe Balbi
2009-08-05 13:23 ` [APPLIED] " Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox