[GIT PULL] ARM: SoC fixes for 6.1

From: Arnd Bergmann
Date: Fri Oct 14 2022 - 16:32:47 EST


The following changes since commit 4fe89d07dcc2804c8b562f6c7896a45643d34b2f:

Linux 6.0 (2022-10-02 14:09:07 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git tags/arm-fixes-6.1-1

for you to fetch changes up to bd60aafce5e1943fd395b8bf726e9824fa621eca:

ARM: mmp: Make some symbols static (2022-10-10 10:40:10 +0200)

----------------------------------------------------------------
ARM: fixes for 6.1

These are three fixes for build warnings that came in during the
merge window.

----------------------------------------------------------------
Chen Lifu (1):
ARM: mmp: Make some symbols static

Viresh Kumar (2):
clk: spear: Move prototype to accessible header
ARM: spear6xx: Staticize few definitions

arch/arm/mach-mmp/devices.c | 8 ++++----
arch/arm/mach-spear/generic.h | 3 ---
arch/arm/mach-spear/spear3xx.c | 1 +
arch/arm/mach-spear/spear6xx.c | 9 +++++----
drivers/clk/spear/spear3xx_clock.c | 1 +
drivers/clk/spear/spear6xx_clock.c | 1 +
include/linux/clk/spear.h | 14 ++++++++++++++
7 files changed, 26 insertions(+), 11 deletions(-)