tree: https://github.com/cminyard/linux-ipmi for-next head: 90478a78b71fffa35ecaca82d229036fcd9a4a58 commit: e1748349a14d39db4569316a01eb1ff2511f1765 [2/6] ipmi: ssif_bmc: cancel response timer on remove config: parisc-randconfig-002-20260403 (https://download.01.org/0day-ci/archive/20260403/[email protected]/config) compiler: hppa-linux-gcc (GCC) 8.5.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260403/[email protected]/reproduce)
If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot <[email protected]> | Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ All errors (new ones prefixed by >>): drivers/char/ipmi/ssif_bmc.c: In function 'ssif_bmc_remove': >> drivers/char/ipmi/ssif_bmc.c:846:2: error: implicit declaration of function >> 'del_timer_sync'; did you mean 'add_timer_on'? >> [-Werror=implicit-function-declaration] del_timer_sync(&ssif_bmc->response_timer); ^~~~~~~~~~~~~~ add_timer_on cc1: some warnings being treated as errors vim +846 drivers/char/ipmi/ssif_bmc.c 841 842 static void ssif_bmc_remove(struct i2c_client *client) 843 { 844 struct ssif_bmc_ctx *ssif_bmc = i2c_get_clientdata(client); 845 > 846 del_timer_sync(&ssif_bmc->response_timer); 847 i2c_slave_unregister(client); 848 misc_deregister(&ssif_bmc->miscdev); 849 } 850 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
