summaryrefslogtreecommitdiffstats
path: root/Documentation/leds
diff options
context:
space:
mode:
authorChiYuan Huang <cy_huang@richtek.com>2023-03-17 23:42:40 +0800
committerLee Jones <lee@kernel.org>2023-03-23 14:54:14 +0000
commit4793b19ef0dc40b4b8fdae9a48f73c818e490046 (patch)
treea036faf84002751965ff9aee2609d8fd5f3719d6 /Documentation/leds
parentf797dbf9a1ac1c50de6c1fac7110e7f8213b6848 (diff)
downloadlinux-4793b19ef0dc40b4b8fdae9a48f73c818e490046.tar.gz
linux-4793b19ef0dc40b4b8fdae9a48f73c818e490046.tar.bz2
linux-4793b19ef0dc40b4b8fdae9a48f73c818e490046.zip
leds: rgb: mt6370: Fix implicit declaration for FIELD_GET
0-DAY CI Kernel Test Service reported the implicit declaration error below: drivers/leds/rgb/leds-mt6370-rgb.c: In function'mt6370_check_vendor_info': >> drivers/leds/rgb/leds-mt6370-rgb.c:889:15: error: implicit declaration of function 'FIELD_GET' [-Werror=implicit-function-declaration] 889 | vid = FIELD_GET(MT6370_VENDOR_ID_MASK, devinfo); | Add the missing header 'bitfield.h' to fix it. Reported-by: kernel test robot <lkp@intel.com> Link: https://lore.kernel.org/oe-kbuild-all/202303171729.CcgyFx17-lkp@intel.com/ Fixes: 55a8a5c16eb3 ("leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support") Signed-off-by: ChiYuan Huang <cy_huang@richtek.com> Signed-off-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/1679067760-19098-1-git-send-email-cy_huang@richtek.com
Diffstat (limited to 'Documentation/leds')
0 files changed, 0 insertions, 0 deletions