[andersson:wip/sc8280xp-v5.19-rc1-crd 106/109] drivers/soc/qcom/pmic_glink.c:200:34: warning: 'pmic_glink_of_match' defined but not used

From: kernel test robot
Date: Tue Jun 21 2022 - 09:24:11 EST


tree: https://github.com/andersson/kernel wip/sc8280xp-v5.19-rc1-crd
head: 17069f9e62fb6b18e277e387a0d5be8c79c286e2
commit: d43afb6ba553045e9fafd8abe6f60cb946c37c0f [106/109] soc: qcom: pmic_glink: Introduce base PMIC GLINK driver
config: i386-allyesconfig (https://download.01.org/0day-ci/archive/20220621/202206212109.Z4xwgClc-lkp@xxxxxxxxx/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
# https://github.com/andersson/kernel/commit/d43afb6ba553045e9fafd8abe6f60cb946c37c0f
git remote add andersson https://github.com/andersson/kernel
git fetch --no-tags andersson wip/sc8280xp-v5.19-rc1-crd
git checkout d43afb6ba553045e9fafd8abe6f60cb946c37c0f
# save the config file
mkdir build_dir && cp config build_dir/.config
make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash drivers/soc/qcom/

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp@xxxxxxxxx>

All warnings (new ones prefixed by >>):

>> drivers/soc/qcom/pmic_glink.c:200:34: warning: 'pmic_glink_of_match' defined but not used [-Wunused-const-variable=]
200 | static const struct of_device_id pmic_glink_of_match[] = {
| ^~~~~~~~~~~~~~~~~~~


vim +/pmic_glink_of_match +200 drivers/soc/qcom/pmic_glink.c

199
> 200 static const struct of_device_id pmic_glink_of_match[] = {
201 { .compatible = "qcom,pmic-glink", },
202 {}
203 };
204 MODULE_DEVICE_TABLE(of, pmic_glink_of_match);
205

--
0-DAY CI Kernel Test Service
https://01.org/lkp