musb as module broken in 2.6.38

From: Alexander Holler
Date: Tue Mar 15 2011 - 21:56:10 EST


Hello,

in commit dc09886bfa781e2b442301116c18199519e36f0f the name of the platform-driver was splitted and musb-omap2430 is used for several boards (arch/arm/mach-omap2/usb-musb.c).

But musb_hdrc still uses musb-hdrc as name when platform_driver_probe() is called. The result is that loading the driver (when build as a module) doesn't work anymore (it doesn't find the platform-device).

Do I miss something or was something forgotten when the glue-layers for musb got introduced?

(The driver still works when linked into the kernel, but is disfunctional when build as a module.)

Regards,

Alexander Holler
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/