On Tue, Apr 7, 2009 at 3:51 PM, Paul Fertser <[email protected]> wrote: > Not sure what is the correct naming scheme and if MODULE_ALIAS in > drivers/usb/host/ohci-s3c2410.c is needed at all (if yes, probably it > should be modified too).
I'm not sure about this one either. linux-2.6/arch/arm/plat-s3c$ grep .name * | grep s3c dev-camif.c: .name = "s3c-camif", dev-fb.c: .name = "s3c-fb", dev-hsmmc1.c: .name = "s3c-sdhci", dev-hsmmc.c: .name = "s3c-sdhci", dev-i2c0.c: .name = "s3c2410-i2c", dev-i2c1.c: .name = "s3c2410-i2c", dev-usb.c: .name = "s3c2410-ohci", Let's apply it because it fixes something and revert it if there is a better way to fix this. I noticed it's still "s3c2410-ohci" in a patch Ben sent upstream recently. In andy-tracking now. PS: I added the Signed-off-by for you.
