clk: spear: Move prototype to accessible header
authorLee Jones <lee.jones@linaro.org>
Tue, 26 Jan 2021 12:45:38 +0000 (12:45 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 11 Feb 2021 19:56:06 +0000 (11:56 -0800)
commitf2ad937b62d984fd1ede3994798fe39f5fabc8d7
tree7d01b68999a4f3a7542066d3c341683679be75ad
parent3e6bd158c1da378d66315ae62114d7284785d2ec
clk: spear: Move prototype to accessible header

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

 drivers/clk/spear/spear1310_clock.c:385:13: warning: no previous prototype for ‘spear1310_clk_init’ [-Wmissing-prototypes]
 drivers/clk/spear/spear1340_clock.c:442:13: warning: no previous prototype for ‘spear1340_clk_init’ [-Wmissing-prototypes]

Cc: Viresh Kumar <vireshk@kernel.org>
Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210126124540.3320214-20-lee.jones@linaro.org
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
arch/arm/mach-spear/generic.h
arch/arm/mach-spear/spear13xx.c
drivers/clk/spear/spear1310_clock.c
drivers/clk/spear/spear1340_clock.c
include/linux/clk/spear.h [new file with mode: 0644]