]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: sunxi: ccu-sun5i needs nkmp
authorArnd Bergmann <arnd@arndb.de>
Tue, 14 Feb 2017 21:29:45 +0000 (22:29 +0100)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 6 Mar 2017 06:36:04 +0000 (07:36 +0100)
commit69c9ae5041309553472ee798d7683be31bcdc434
treed0f7b328a4ad603d735fb88cc7f123c1685dcd12
parentac8616e4c81dded650dfade49a7da283565d37ce
clk: sunxi: ccu-sun5i needs nkmp

A randconfig build ran into this rare link error:

drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.1+0x4): undefined reference to `ccu_nkmp_ops'
drivers/clk/sunxi-ng/ccu-sun5i.o:(.data.__compound_literal.7+0x4): undefined reference to `ccu_nkmp_ops'

This adds the missing 'select'.

Fixes: 5e73761786d6 ("clk: sunxi-ng: Add sun5i CCU driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/clk/sunxi-ng/Kconfig