summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/power.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/power.c')
-rw-r--r--arch/arm/mach-exynos/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/power.c b/arch/arm/mach-exynos/power.c
index cd2d6618ac..c923460275 100644
--- a/arch/arm/mach-exynos/power.c
+++ b/arch/arm/mach-exynos/power.c
@@ -147,7 +147,7 @@ static void exynos5_dp_phy_control(unsigned int enable)
writel(cfg, &power->dptx_phy_control);
}
-void set_dp_phy_ctrl(unsigned int enable)
+void exynos_dp_phy_ctrl(unsigned int enable)
{
if (cpu_is_exynos5())
exynos5_dp_phy_control(enable);
OpenPOWER on IntegriCloud