]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9cb0eb28189b739aafbf65f9d6384dfd726bf08
treee5231027d9706ea759902b32c7b8ecae548585b8
parent8cef94f0f98f7de3685d0baababc0669dad8319d
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