* [at91:at91-soc 6/6] drivers/soc/microchip/mpfs-sys-controller.c:76:6: warning: no previous prototype for 'mpfs_sys_controller_put'
@ 2022-02-25 18:34 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2022-02-25 18:34 UTC (permalink / raw)
To: Conor Dooley; +Cc: kbuild-all, linux-kernel, Nicolas Ferre
tree: https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git at91-soc
head: d0054a470c33902f5ae88835ed8a8ecc3cf8faa4
commit: d0054a470c33902f5ae88835ed8a8ecc3cf8faa4 [6/6] soc: add microchip polarfire soc system controller
config: sh-allmodconfig (https://download.01.org/0day-ci/archive/20220226/202202260047.AMTP3O8K-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 11.2.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?id=d0054a470c33902f5ae88835ed8a8ecc3cf8faa4
git remote add at91 https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git
git fetch --no-tags at91 at91-soc
git checkout d0054a470c33902f5ae88835ed8a8ecc3cf8faa4
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=sh SHELL=/bin/bash drivers/soc/microchip/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All warnings (new ones prefixed by >>):
>> drivers/soc/microchip/mpfs-sys-controller.c:76:6: warning: no previous prototype for 'mpfs_sys_controller_put' [-Wmissing-prototypes]
76 | void mpfs_sys_controller_put(void *data)
| ^~~~~~~~~~~~~~~~~~~~~~~
vim +/mpfs_sys_controller_put +76 drivers/soc/microchip/mpfs-sys-controller.c
75
> 76 void mpfs_sys_controller_put(void *data)
77 {
78 struct mpfs_sys_controller *sys_controller = data;
79
80 kref_put(&sys_controller->consumers, mpfs_sys_controller_delete);
81 }
82 EXPORT_SYMBOL(mpfs_sys_controller_put);
83
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-25 18:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-25 18:34 [at91:at91-soc 6/6] drivers/soc/microchip/mpfs-sys-controller.c:76:6: warning: no previous prototype for 'mpfs_sys_controller_put' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox