On Fri, Mar 12, 2010 at 09:27:20AM +0100, Balbi Felipe (Nokia-D/Helsinki) wrote:
ifdef out those functions on the C file too. Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- drivers/usb/musb/omap2430.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 3fe1686..67416be 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c @@ -258,6 +258,7 @@ int __init musb_platform_init(struct musb *musb) } #ifdef CONFIG_PM +#if defined(CONFIG_ARCH_OMAP34XX) || defined(CONFIG_ARCH_OMAP2430)
and I just figured this is broken since ARCH_OMAP34XX was renamed to ARCH_OMAP3. Will use tony's version.
-- balbi -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html