Skip to content

Commit 6a6243b

Browse files
Fabio Estevamgregkh
authored andcommitted
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 <[email protected]> Reviewed-by: Peter Chen <[email protected]> Signed-off-by: Alexander Shishkin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e98b44e commit 6a6243b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/usb/chipidea/core.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,6 @@ static struct platform_driver ci_hdrc_driver = {
545545
module_platform_driver(ci_hdrc_driver);
546546

547547
MODULE_ALIAS("platform:ci_hdrc");
548-
MODULE_ALIAS("platform:ci13xxx");
549548
MODULE_LICENSE("GPL v2");
550549
MODULE_AUTHOR("David Lopo <[email protected]>");
551550
MODULE_DESCRIPTION("ChipIdea HDRC Driver");

0 commit comments

Comments
 (0)