summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2020-04-08 19:05:07 +0300
committerStephen Boyd <sboyd@kernel.org>2020-04-13 22:20:06 +0300
commit742b50f9dccf20b4f908162de986b78e7186bb80 (patch)
tree8a57585ce8c3d7497b23eba953a7a8fab47fd7c4 /kernel
parent924ed1f5c181132897c5928af7f3afd28792889c (diff)
downloadlinux-742b50f9dccf20b4f908162de986b78e7186bb80.tar.xz
clk: mmp2: fix link error without mmp2
The newly added function is only built into the kernel if mmp2 is enabled, causing a link error otherwise. arm-linux-gnueabi-ld: drivers/clk/mmp/clk.o: in function `mmp_register_pll_clks': clk.c:(.text+0x6dc): undefined reference to `mmp_clk_register_pll' Move it to a different file to get it to link. Fixes: 5d34d0b32d6c ("clk: mmp2: Add support for PLL clock sources") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Link: https://lkml.kernel.org/r/20200408160518.2798571-1-arnd@arndb.de Reported-by: Guenter Roeck <linux@roeck-us.net> Reported-by: kbuild test robot <lkp@intel.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions