clk: spear: Move prototype to accessible header
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 10 Oct 2022 04:22:37 +0000 (09:52 +0530)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Oct 2022 08:37:58 +0000 (10:37 +0200)
commit9afd20a5a1b3558950b5e12f3ed057ef93c64a05
tree255a851306698003ada7ccd941130a60c62de62a
parent4fe89d07dcc2804c8b562f6c7896a45643d34b2f
clk: spear: Move prototype to accessible header

Fixes the following W=1 kernel build warning(s):

 drivers/clk/spear/spear6xx_clock.c:116:13: warning: no previous prototype for function 'spear6xx_clk_init' [-Wmissing-prototypes]

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-spear/generic.h
arch/arm/mach-spear/spear3xx.c
arch/arm/mach-spear/spear6xx.c
drivers/clk/spear/spear3xx_clock.c
drivers/clk/spear/spear6xx_clock.c
include/linux/clk/spear.h