Tony >From: Tony Lindgren [mailto:tony@xxxxxxxxxxx] >Subject: Re: [PATCH 3/3] Rework: This patch adds the EHCI glue layer to34xx platform and configmenu >items > >* Pandita, Vikram <vikram.pandita@xxxxxx> [080204 04:10]: >> This patch adds OMAP EHCI glue layer and Menu config option >> Incorporated Paul Walmsley review comments on usage of cm_{read,write}_mod_reg() > >I made a minor change... > ><snip> > >> +/*-------------------------------------------------------------------------*/ >> +/* Forward declaration */ >> +extern const struct hc_driver ehci_omap_hc_driver; >> + > >I made this static and removed the unnecessary comment. > >> +const struct hc_driver ehci_omap_hc_driver = { >> + .description = hcd_name, >... > >And this too. Also pushed it. I encountered some compilation issue when I had made this struct static and given a forward declaration, so removed static. > >Tony - 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