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@xxxxxx> --- 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; -- 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