commit | f07adc591e6ff100773b93b643f58d9773df6e21 | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Tue Jan 17 15:27:09 2006 -0800 |
committer | Tony Lindgren <tony@atomide.com> | Tue Jan 17 15:27:09 2006 -0800 |
tree | 78f20f5c07e211d0a5eb69620168fcfb1da0da7b | |
parent | 2664b25051f7ab96b22b199aa2f5ef6a949a4296 [diff] |
ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disable 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>