* [android-common:android13-5.15 8/8] include/linux/led-class-multicolor.h:105: undefined reference to `devm_led_classdev_multicolor_register_ext'
@ 2023-06-01 18:20 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-06-01 18:20 UTC (permalink / raw)
To: cros-kernel-buildreports; +Cc: oe-kbuild-all
tree: https://android.googlesource.com/kernel/common android13-5.15
head: 76ef69669605fbb1eefd5d5f432ba90bbc91a264
commit: 9c8074484f9fb7379686d962714d40768288678f [8/8] UPSTREAM: crypto: algboss - compile out test-related code when tests disabled
config: i386-randconfig-i001-20230531 (https://download.01.org/0day-ci/archive/20230602/202306020258.rmVVCAGf-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build):
git remote add android-common https://android.googlesource.com/kernel/common
git fetch --no-tags android-common android13-5.15
git checkout 9c8074484f9fb7379686d962714d40768288678f
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=i386 olddefconfig
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash
If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202306020258.rmVVCAGf-lkp@intel.com/
All errors (new ones prefixed by >>):
ld: drivers/hid/hid-playstation.o: in function `devm_led_classdev_multicolor_register':
>> include/linux/led-class-multicolor.h:105: undefined reference to `devm_led_classdev_multicolor_register_ext'
ld: drivers/hid/hid-playstation.o: in function `dualsense_lightbar_set_brightness':
>> drivers/hid/hid-playstation.c:867: undefined reference to `led_mc_calc_color_components'
vim +105 include/linux/led-class-multicolor.h
55d5d3b46b08a4d Dan Murphy 2020-07-16 101
55d5d3b46b08a4d Dan Murphy 2020-07-16 102 static inline int devm_led_classdev_multicolor_register(struct device *parent,
55d5d3b46b08a4d Dan Murphy 2020-07-16 103 struct led_classdev_mc *mcled_cdev)
55d5d3b46b08a4d Dan Murphy 2020-07-16 104 {
55d5d3b46b08a4d Dan Murphy 2020-07-16 @105 return devm_led_classdev_multicolor_register_ext(parent, mcled_cdev,
55d5d3b46b08a4d Dan Murphy 2020-07-16 106 NULL);
55d5d3b46b08a4d Dan Murphy 2020-07-16 107 }
55d5d3b46b08a4d Dan Murphy 2020-07-16 108
:::::: The code at line 105 was first introduced by commit
:::::: 55d5d3b46b08a4dc0b05343d24640744e7430ed7 leds: multicolor: Introduce a multicolor class definition
:::::: TO: Dan Murphy <dmurphy@ti.com>
:::::: CC: Pavel Machek <pavel@ucw.cz>
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-06-01 18:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-01 18:20 [android-common:android13-5.15 8/8] include/linux/led-class-multicolor.h:105: undefined reference to `devm_led_classdev_multicolor_register_ext' kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.