summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-mx6/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/clock.c b/arch/arm/mach-mx6/clock.c
index a76c57f8c124..edac9b8b1fb2 100644
--- a/arch/arm/mach-mx6/clock.c
+++ b/arch/arm/mach-mx6/clock.c
@@ -613,6 +613,7 @@ static struct clk pll3_pfd_508M = {
.enable = _clk_pfd_enable,
.disable = _clk_pfd_disable,
.set_rate = pfd_set_rate,
+ .get_rate = pfd_get_rate,
.round_rate = pfd_round_rate,
};