tree: https://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-next head: 3996187f80a0e24bff1959609065d49041cf648d commit: c40655e3310649866c4ebf7a10f0d53802ebdfa9 [47/51] hwmon: (tmp108) Add support for I3C device config: x86_64-randconfig-015-20241113 (https://download.01.org/0day-ci/archive/20241114/202411140803.kNbykFMj-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241114/202411140803.kNbykFMj-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/202411140803.kNbykFMj-lkp@xxxxxxxxx/ Note: the groeck-staging/hwmon-next HEAD 3996187f80a0e24bff1959609065d49041cf648d builds fine. It only hurts bisectability. All errors (new ones prefixed by >>): ld: drivers/hwmon/tmp108.o: in function `p3t1085_i3c_probe': >> drivers/hwmon/tmp108.c:452: undefined reference to `i3cdev_to_dev' ld: drivers/hwmon/tmp108.o: in function `i3c_i2c_driver_unregister': >> include/linux/i3c/device.h:277: undefined reference to `i3c_driver_unregister' ld: drivers/hwmon/tmp108.o: in function `i3c_i2c_driver_register': >> include/linux/i3c/device.h:257: undefined reference to `i3c_driver_register_with_owner' vim +452 drivers/hwmon/tmp108.c 449 450 static int p3t1085_i3c_probe(struct i3c_device *i3cdev) 451 { > 452 struct device *dev = i3cdev_to_dev(i3cdev); 453 struct regmap *regmap; 454 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki