Hi Hans, kernel test robot noticed the following build warnings: [auto build test WARNING on linus/master] [also build test WARNING on v6.7] [cannot apply to wsa/i2c/for-next next-20240112] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Hans-de-Goede/platform-x86-dell-smo8800-Change-probe-ordering-a-bit/20240107-001715 base: linus/master patch link: https://lore.kernel.org/r/20240106160935.45487-5-hdegoede%40redhat.com patch subject: [PATCH v2 4/6] platform/x86: dell-smo8800: Allow using the IIO st_accel driver config: i386-randconfig-061-20240113 (https://download.01.org/0day-ci/archive/20240113/202401131735.15ClIkvC-lkp@xxxxxxxxx/config) compiler: gcc-11 (Debian 11.3.0-12) 11.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240113/202401131735.15ClIkvC-lkp@xxxxxxxxx/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 <lkp@xxxxxxxxx> | Closes: https://lore.kernel.org/oe-kbuild-all/202401131735.15ClIkvC-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> drivers/platform/x86/dell/dell-smo8800.c:162:28: sparse: sparse: symbol 'smo8800_accel_node' was not declared. Should it be static? vim +/smo8800_accel_node +162 drivers/platform/x86/dell/dell-smo8800.c 161 > 162 const struct software_node smo8800_accel_node = { 163 .properties = smo8800_accel_props, 164 }; 165 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki