aboutsummaryrefslogtreecommitdiff
path: root/src/soc/samsung/exynos5250/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/samsung/exynos5250/include')
-rw-r--r--src/soc/samsung/exynos5250/include/soc/clk.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/samsung/exynos5250/include/soc/clk.h b/src/soc/samsung/exynos5250/include/soc/clk.h
index cefd37ad45..54b06a7483 100644
--- a/src/soc/samsung/exynos5250/include/soc/clk.h
+++ b/src/soc/samsung/exynos5250/include/soc/clk.h
@@ -589,9 +589,6 @@ int clock_set_rate(enum periph_id periph_id, unsigned int rate);
/* Clock gate unused IP */
void clock_gate(void);
-void mct_start(void);
-uint64_t mct_raw_value(void);
-
/* These are the ratio's for configuring ARM clock */
struct arm_clk_ratios {
unsigned int arm_freq_mhz; /* Frequency of ARM core in MHz */