Skip to content

Commit

Permalink
ARM: OMAP2+: clock: remove unused function prototype
Browse files Browse the repository at this point in the history
Remove unused function prototype that was left by commit 149c09d
("ARM: AM33xx: remove old clock data and link in new clock init code")
which removed the definition.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Johan Hovold authored and Tony Lindgren committed Nov 12, 2014
1 parent 7aff221 commit f7b79c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-omap2/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,6 @@ extern const struct clksel_rate div31_1to31_rates[];

extern void __iomem *clk_memmaps[];

extern int am33xx_clk_init(void);

extern int omap2_clkops_enable_clkdm(struct clk_hw *hw);
extern void omap2_clkops_disable_clkdm(struct clk_hw *hw);

Expand Down

0 comments on commit f7b79c9

Please sign in to comment.