]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: sunxi: drop CLK_IGNORE_UNUSED
authorEmilio López <emilio@elopez.com.ar>
Wed, 27 Mar 2013 21:20:42 +0000 (18:20 -0300)
committerMike Turquette <mturquette@linaro.org>
Thu, 4 Apr 2013 20:52:50 +0000 (13:52 -0700)
commit5a4fe9b55db4ec5b6627245a91445c6495a136df
treee3dac316337b665bc8b08b12e9c2a85eb3b9f749
parent13569a709ad12aef4d9c2b352c92e95ab7dd201f
clk: sunxi: drop CLK_IGNORE_UNUSED

This flag was in place to prevent important clocks from getting gated
while they had no users. Now that the UART driver supports clocks
properly, we can drop this.

Signed-off-by: Emilio López <emilio@elopez.com.ar>
Reviewed-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/sunxi/clk-sunxi.c