ARM: OMAP2+: clock: remove legacy omap2_clk_readl/writel APIs

As most of the clock driver code has migrated, these are no longer used
for anything. Thus remove these APIs completely.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
This commit is contained in:
Tero Kristo
2015-04-27 22:20:57 +03:00
parent e9e63088e4
commit e3aedf0234
2 changed files with 0 additions and 19 deletions

View File

@@ -68,9 +68,6 @@ void omap2_clk_print_new_rates(const char *hfclkin_ck_name,
const char *core_ck_name,
const char *mpu_ck_name);
u32 omap2_clk_readl(struct clk_hw_omap *clk, void __iomem *reg);
void omap2_clk_writel(u32 val, struct clk_hw_omap *clk, void __iomem *reg);
extern u16 cpu_mask;
extern const struct clkops clkops_omap2_dflt_wait;