ARM: spear6xx: Staticize few definitions
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 10 Oct 2022 04:11:07 +0000 (09:41 +0530)
committerArnd Bergmann <arnd@arndb.de>
Mon, 10 Oct 2022 08:38:33 +0000 (10:38 +0200)
commit390ca5bca7cdb95042dcb445375db0d9eba7aa4a
treee5231027d9706ea759902b32c7b8ecae548585b8
parent9afd20a5a1b3558950b5e12f3ed057ef93c64a05
ARM: spear6xx: Staticize few definitions

Fix warnings with clang like:

arch/arm/mach-spear/spear6xx.c:365:13: warning: no previous prototype for function 'spear6xx_map_io' [-Wmissing-prototypes]

by making few definitions static.

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/spear6xx.c