tree: https://github.com/cminyard/linux-ipmi for-next head: 90478a78b71fffa35ecaca82d229036fcd9a4a58 commit: e1748349a14d39db4569316a01eb1ff2511f1765 [2/6] ipmi: ssif_bmc: cancel response timer on remove config: i386-randconfig-141-20260403 (https://download.01.org/0day-ci/archive/20260403/[email protected]/config) compiler: clang version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) smatch: v0.5.0-9004-gb810ac53 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:846:2: error: call to undeclared function >> 'del_timer_sync'; ISO C99 and later do not support implicit function >> declarations [-Wimplicit-function-declaration] 846 | del_timer_sync(&ssif_bmc->response_timer); | ^ 1 error generated. vim +/del_timer_sync +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
