diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-08-14 05:44:02 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-14 15:34:16 -0400 |
commit | 6a6243b164a9ef51ef8e4f4540cd34b723f74e5c (patch) | |
tree | 3c986de602f0551ba8cca1d6cb636ceb5ea90f28 /drivers/usb/chipidea | |
parent | e98b44e90b2e8c58c5cbd921b8509e1b7b4940d3 (diff) |
usb: chipidea: remove previous MODULE_ALIAS
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea')
-rw-r--r-- | drivers/usb/chipidea/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c index 075b419a3076..5bb3e8154f87 100644 --- a/drivers/usb/chipidea/core.c +++ b/drivers/usb/chipidea/core.c | |||
@@ -545,7 +545,6 @@ static struct platform_driver ci_hdrc_driver = { | |||
545 | module_platform_driver(ci_hdrc_driver); | 545 | module_platform_driver(ci_hdrc_driver); |
546 | 546 | ||
547 | MODULE_ALIAS("platform:ci_hdrc"); | 547 | MODULE_ALIAS("platform:ci_hdrc"); |
548 | MODULE_ALIAS("platform:ci13xxx"); | ||
549 | MODULE_LICENSE("GPL v2"); | 548 | MODULE_LICENSE("GPL v2"); |
550 | MODULE_AUTHOR("David Lopo <dlopo@chipidea.mips.com>"); | 549 | MODULE_AUTHOR("David Lopo <dlopo@chipidea.mips.com>"); |
551 | MODULE_DESCRIPTION("ChipIdea HDRC Driver"); | 550 | MODULE_DESCRIPTION("ChipIdea HDRC Driver"); |