]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header
authorLee Jones <lee.jones@linaro.org>
Tue, 26 Jan 2021 12:45:39 +0000 (12:45 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sat, 30 Jan 2021 14:13:23 +0000 (22:13 +0800)
commitde5774d192ba15539191ed8b0c79f3d52464b8e3
tree8552246a7bdb526a1dfa68a7ad2d35392d020aa6
parent3af4df65504088e9a7d20c0251e1016e521ad4fc
clk: imx: Move 'imx6sl_set_wait_clk()'s prototype out to accessible header

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

 drivers/clk/imx/clk-imx6sl.c:156:6: warning: no previous prototype for ‘imx6sl_set_wait_clk’ [-Wmissing-prototypes]

Cc: Russell King <linux@armlinux.org.uk>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP Linux Team <linux-imx@nxp.com>
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/common.h
arch/arm/mach-imx/cpuidle-imx6sl.c
arch/arm/mach-imx/pm-imx6.c
drivers/clk/imx/clk-imx6sl.c
include/linux/clk/imx.h [new file with mode: 0644]