diff options
| author | Fabio Estevam <[email protected]> | 2013-08-14 09:44:02 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2013-08-14 19:34:16 +0000 |
| commit | 6a6243b164a9ef51ef8e4f4540cd34b723f74e5c (patch) | |
| tree | 3c986de602f0551ba8cca1d6cb636ceb5ea90f28 /drivers/usb/chipidea/core.c | |
| parent | usb: chipidea: prevent endless loop registering platform_devices when probe f... (diff) | |
| download | kernel-6a6243b164a9ef51ef8e4f4540cd34b723f74e5c.tar.gz kernel-6a6243b164a9ef51ef8e4f4540cd34b723f74e5c.zip | |
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]>
Diffstat (limited to 'drivers/usb/chipidea/core.c')
| -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 = { module_platform_driver(ci_hdrc_driver); MODULE_ALIAS("platform:ci_hdrc"); -MODULE_ALIAS("platform:ci13xxx"); MODULE_LICENSE("GPL v2"); MODULE_AUTHOR("David Lopo <[email protected]>"); MODULE_DESCRIPTION("ChipIdea HDRC Driver"); |
