]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: chipidea: remove previous MODULE_ALIAS
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 31 Jul 2013 01:04:28 +0000 (22:04 -0300)
committerJason Liu <r64343@freescale.com>
Wed, 30 Oct 2013 01:54:48 +0000 (09:54 +0800)
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@freescale.com>
Reviewed-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
drivers/usb/chipidea/core.c

index 075b419a3076a90f0ce05f2c09501d3f6435a5b7..5bb3e8154f87b939a4aae24140daf42c0c704fef 100644 (file)
@@ -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");
 MODULE_LICENSE("GPL v2");
 MODULE_AUTHOR("David Lopo <dlopo@chipidea.mips.com>");
 MODULE_DESCRIPTION("ChipIdea HDRC Driver");