From: Tony Lindgren Date: Tue, 17 Jan 2006 23:27:09 +0000 (-0800) Subject: ARM: OMAP: 1/4 Fix clock framework to use clk_enable/disable X-Git-Tag: v2.6.16-rc2~353^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f07adc591e6ff100773b93b643f58d9773df6e21;p=pandora-kernel.git 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 --- Reading git-diff-tree failed