summaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-omap-control.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-03-06 17:01:21 +0100
committerKishon Vijay Abraham I <kishon@ti.com>2015-03-13 12:44:38 +0100
commitdd64ad387cc0528416037982a60f0b90acccce42 (patch)
tree5eb21a0cc621b4662f7126f25690088954c18abc /drivers/phy/phy-omap-control.c
parentphy: core: Fixup return value of phy_exit when !pm_runtime_enabled (diff)
downloadlinux-dd64ad387cc0528416037982a60f0b90acccce42.tar.xz
linux-dd64ad387cc0528416037982a60f0b90acccce42.zip
phy: ti/omap: Fix modalias
Remove extra space in MODULE_ALIAS. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/phy-omap-control.c')
-rw-r--r--drivers/phy/phy-omap-control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-omap-control.c b/drivers/phy/phy-omap-control.c
index efe724f97e02..93252e053a31 100644
--- a/drivers/phy/phy-omap-control.c
+++ b/drivers/phy/phy-omap-control.c
@@ -360,7 +360,7 @@ static void __exit omap_control_phy_exit(void)
}
module_exit(omap_control_phy_exit);
-MODULE_ALIAS("platform: omap_control_phy");
+MODULE_ALIAS("platform:omap_control_phy");
MODULE_AUTHOR("Texas Instruments Inc.");
MODULE_DESCRIPTION("OMAP Control Module PHY Driver");
MODULE_LICENSE("GPL v2");