* [ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: 'imx390_dt_id' defined but not used
@ 2023-08-30 18:34 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-08-30 18:34 UTC (permalink / raw)
To: Apurva Nandan; +Cc: oe-kbuild-all, vigneshr, nm, Jai Luthra
tree: git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y
head: dd944f14304d2ce6d26c9cdc3d2d2d6d373a322c
commit: 13b5770e2922ba2468a542463b6019a91bf9b29b [69/107] media: i2c: add Sony IMX390 driver
config: sh-randconfig-r005-20230831 (https://download.01.org/0day-ci/archive/20230831/202308310254.KOeHa6JM-lkp@intel.com/config)
compiler: sh4-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230831/202308310254.KOeHa6JM-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308310254.KOeHa6JM-lkp@intel.com/
All warnings (new ones prefixed by >>):
>> drivers/media/i2c/imx390.c:864:34: warning: 'imx390_dt_id' defined but not used [-Wunused-const-variable=]
864 | static const struct of_device_id imx390_dt_id[] = {
| ^~~~~~~~~~~~
vim +/imx390_dt_id +864 drivers/media/i2c/imx390.c
863
> 864 static const struct of_device_id imx390_dt_id[] = {
865 { .compatible = "sony,imx390" },
866 { /* sentinel */ }
867 };
868
--
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-08-30 18:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-30 18:34 [ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: 'imx390_dt_id' defined but not used 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.