On Wed, Aug 14, 2013 at 12:44:02PM +0300, Alexander Shishkin wrote: > From: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > > After the rename to ci_hdrc we ended up with two MODULE_ALIAS entries, so > remove the old one. > > Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx> > Reviewed-by: Peter Chen <peter.chen@xxxxxxxxxxxxx> > Signed-off-by: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx> > --- > drivers/usb/chipidea/core.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c > index 075b419..5bb3e81 100644 > --- a/drivers/usb/chipidea/core.c > +++ b/drivers/usb/chipidea/core.c > @@ -545,7 +545,6 @@ static struct platform_driver ci_hdrc_driver = { > module_platform_driver(ci_hdrc_driver); > > MODULE_ALIAS("platform:ci_hdrc"); > -MODULE_ALIAS("platform:ci13xxx"); Are you sure that userspace is going to be ok with this? I'll take it, but be aware that you might just have broken some people's systems... greg k-h -- 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