* [PATCH] omap3: ehci build-fix
@ 2009-10-01 10:49 Anand Gadiyar
2009-10-01 20:44 ` [APPLIED] " Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Anand Gadiyar @ 2009-10-01 10:49 UTC (permalink / raw)
To: linux-omap; +Cc: Anand Gadiyar
omap3: ehci build-fix
Commit b5d4fdd9 (omap: ehci: remove chargepump hack) by me
introduced a build error.
Fix this.
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
---
Apologies for introducing this. I'm prettuy sure I build
tested on several platforms before sending it out, so I
suppose I sent out the wrong patch. :(
For what it's worth, current l-o master builds and boots
great on 3430 SDP.
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 7efc2f5..45b8a7c 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -568,7 +568,6 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev)
omap->port_mode[0] = pdata->port_mode[0];
omap->port_mode[1] = pdata->port_mode[1];
omap->port_mode[2] = pdata->port_mode[2];
- omap->chargepump = pdata->chargepump;
omap->ehci = hcd_to_ehci(hcd);
omap->ehci->sbrn = 0x20;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-01 20:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-01 10:49 [PATCH] omap3: ehci build-fix Anand Gadiyar
2009-10-01 20:44 ` [APPLIED] " Tony Lindgren
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.