Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
"One odd config build fix for a recent Allwinner clock driver change
that got merged. The common code called code in another file that
wasn't always built. This just forces it on so people don't run into
this bad configuration"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
clk: sunxi-ng: always select CCU_GATE

Changed files
+1 -1
drivers
clk
sunxi-ng
+1 -1
drivers/clk/sunxi-ng/Kconfig
··· 16 16 bool 17 17 18 18 config SUNXI_CCU_GATE 19 - bool 19 + def_bool y 20 20 21 21 config SUNXI_CCU_MUX 22 22 bool