Hi Manivannan, kernel test robot noticed the following build warnings: [auto build test WARNING on 1f5a69f1b3132054d8d82b8d7546d0af6a2ed4f6] url: https://github.com/intel-lab-lkp/linux/commits/Manivannan-Sadhasivam-via-B4-Relay/PCI-Add-sysfs-support-for-exposing-PTM-context/20250324-181039 base: 1f5a69f1b3132054d8d82b8d7546d0af6a2ed4f6 patch link: https://lore.kernel.org/r/20250324-pcie-ptm-v2-2-c7d8c3644b4a%40linaro.org patch subject: [PATCH v2 2/3] PCI: dwc: Add sysfs support for PTM context config: csky-randconfig-001-20250324 (https://download.01.org/0day-ci/archive/20250324/202503242112.lOewj3sy-lkp@xxxxxxxxx/config) compiler: csky-linux-gcc (GCC) 14.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250324/202503242112.lOewj3sy-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/202503242112.lOewj3sy-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): In file included from drivers/perf/dwc_pcie_pmu.c:16: >> include/linux/pcie-dwc.h:38:38: warning: 'dwc_pcie_ptm_vsec_ids' defined but not used [-Wunused-const-variable=] 38 | static const struct dwc_pcie_vsec_id dwc_pcie_ptm_vsec_ids[] = { | ^~~~~~~~~~~~~~~~~~~~~ vim +/dwc_pcie_ptm_vsec_ids +38 include/linux/pcie-dwc.h 37 > 38 static const struct dwc_pcie_vsec_id dwc_pcie_ptm_vsec_ids[] = { 39 { .vendor_id = PCI_VENDOR_ID_QCOM, /* EP */ 40 .vsec_id = 0x03, .vsec_rev = 0x1 }, 41 { .vendor_id = PCI_VENDOR_ID_QCOM, /* RC */ 42 .vsec_id = 0x04, .vsec_rev = 0x1 }, 43 { } 44 }; 45 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki