From: Tero Kristo Date: Tue, 3 Mar 2015 13:13:50 +0000 (+0200) Subject: ARM: OMAP2+: clock: remove clkdm_control static boolean from code X-Git-Tag: omap-for-v4.3/fixes-merge-window~30^2~98^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=046b7c31668311942a2e431e7983d8ab9874d845;p=pandora-kernel.git ARM: OMAP2+: clock: remove clkdm_control static boolean from code clkdm_control is used to determine, whether clocks should trigger a clockdomain transition when they are enabled/disabled. Keep this functionality intact, but replace this with a clk_features flag which can be initialized during boot if needed. Signed-off-by: Tero Kristo --- Reading git-diff-tree failed