Re: [PATCH 1/2] chipidea: Remove previous MODULE_ALIAS

2013-08-09 Thread Alexander Shishkin
Fabio Estevam writes: > From: Fabio Estevam > > After the rename to ci_hdrc we ended up with two MODULE_ALIAS entries, so > remove the old one. > > Signed-off-by: Fabio Estevam Applied and pushed, thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of

Re: [PATCH 1/2] chipidea: Remove previous MODULE_ALIAS

2013-07-30 Thread Peter Chen
On Tue, Jul 30, 2013 at 10:04:28PM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > After the rename to ci_hdrc we ended up with two MODULE_ALIAS entries, so > remove the old one. > > Signed-off-by: Fabio Estevam > --- > drivers/usb/chipidea/core.c | 1 - > 1 file changed, 1 deletion(-)

[PATCH 1/2] chipidea: Remove previous MODULE_ALIAS

2013-07-30 Thread Fabio Estevam
From: Fabio Estevam After the rename to ci_hdrc we ended up with two MODULE_ALIAS entries, so remove the old one. Signed-off-by: Fabio Estevam --- 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 a5d