Home
last modified time | relevance | path

Searched hist:"390 ca5bc" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-spear/
H A Dspear6xx.c390ca5bc Sun Oct 09 23:11:07 CDT 2022 Viresh Kumar <viresh.kumar@linaro.org> 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>