soc: microchip: make mpfs_sys_controller_put static
authorConor Dooley <conor.dooley@microchip.com>
Sat, 26 Feb 2022 12:48:27 +0000 (12:48 +0000)
committerArnd Bergmann <arnd@arndb.de>
Mon, 28 Feb 2022 15:57:04 +0000 (16:57 +0100)
commite6e6479c27aa22d11ff7109125dd5ec9ef276de8
tree0a56e1304a5674492ecea90a7c06f62df8154d8b
parent27888394504350569978487bb39e577cf5142b3d
soc: microchip: make mpfs_sys_controller_put static

dsafsdfd0054 ("soc: add microchip polarfire soc system controller")
incorrectly exported mpfs_sys_controller_put. Remove the export and make
the function static instead. This fixes the "no previous prototype
for 'mpfs_sys_controller_put'" warning spotted by the kernel test robot.

Fixes: d0054a470c33 ("soc: add microchip polarfire soc system controller")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Conor Dooley <mail@conchuod.ie>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/soc/microchip/mpfs-sys-controller.c