From: kernel test robot <lkp@intel.com>
To: cros-kernel-buildreports@googlegroups.com
Cc: oe-kbuild-all@lists.linux.dev
Subject: [android-common:android13-5.15 8/8] include/linux/led-class-multicolor.h:105: undefined reference to `devm_led_classdev_multicolor_register_ext'
Date: Fri, 2 Jun 2023 02:20:12 +0800 [thread overview]
Message-ID: <202306020258.rmVVCAGf-lkp@intel.com> (raw)
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
reply other threads:[~2023-06-01 18:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202306020258.rmVVCAGf-lkp@intel.com \
--to=lkp@intel.com \
--cc=cros-kernel-buildreports@googlegroups.com \
--cc=oe-kbuild-all@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.