ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disable
authorTony Lindgren <tony@atomide.com>
Tue, 17 Jan 2006 23:27:09 +0000 (15:27 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 17 Jan 2006 23:27:09 +0000 (15:27 -0800)
This patch fixes OMAP clock framework to use clk_enable/disable
instead of clk_use/unuse as specified in include/linux/clk.h.

Instances of clk_use/unuse are renamed to clk_enable/disable,
and references clk_use/unuse are removed.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found