Hi, On Sat, 7 Sep 2024 17:30:44 +0800 kernel test robot <lkp@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 9aaeb87ce1e966169a57f53a02ba05b30880ffb8 > commit: eb680d563089e55b20cb7730ed881638fe4425b7 [8170/10296] soc: fsl: cpm1: qmc: Add support for QUICC Engine (QE) implementation > config: powerpc-randconfig-r031-20230616 (https://download.01.org/0day-ci/archive/20240907/202409071707.ou2KFNKO-lkp@xxxxxxxxx/config) > compiler: powerpc-linux-gcc (GCC) 13.3.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240907/202409071707.ou2KFNKO-lkp@xxxxxxxxx/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@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-kbuild-all/202409071707.ou2KFNKO-lkp@xxxxxxxxx/ > > All warnings (new ones prefixed by >>): > > >> drivers/soc/fsl/qe/qmc.c:2002:30: warning: 'qmc_data_qe' defined but not used [-Wunused-const-variable=] > 2002 | static const struct qmc_data qmc_data_qe = { > | ^~~~~~~~~~~ > drivers/soc/fsl/qe/qmc.c:1992:30: warning: 'qmc_data_cpm1' defined but not used [-Wunused-const-variable=] > 1992 | static const struct qmc_data qmc_data_cpm1 = { > | ^~~~~~~~~~~~~ > Patch sent to fix the issue: https://lore.kernel.org/lkml/20240909121129.57067-1-herve.codina@xxxxxxxxxxx/ Regards, Hervé