Hi Hans, kernel test robot noticed the following build warnings: [auto build test WARNING on ulf-hansson-mmc-mirror/next] [also build test WARNING on linus/master v6.12-rc6 next-20241106] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Hans-de-Goede/mmc-sdhci-pci-Add-DMI-quirk-for-missing-CD-GPIO-on-Vexia-Edu-Atla-10-tablet/20241107-060048 base: https://git.linaro.org/people/ulf.hansson/mmc-mirror.git next patch link: https://lore.kernel.org/r/20241106215927.40482-1-hdegoede%40redhat.com patch subject: [PATCH] mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet config: i386-randconfig-061-20241107 (https://download.01.org/0day-ci/archive/20241107/202411071730.x3HIZimE-lkp@xxxxxxxxx/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241107/202411071730.x3HIZimE-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/202411071730.x3HIZimE-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> drivers/mmc/host/sdhci-pci-core.c:2068:28: sparse: sparse: symbol 'sdhci_pci_dmi_cd_gpio_overrides' was not declared. Should it be static? vim +/sdhci_pci_dmi_cd_gpio_overrides +2068 drivers/mmc/host/sdhci-pci-core.c 2067 > 2068 const struct dmi_system_id sdhci_pci_dmi_cd_gpio_overrides[] = { 2069 { 2070 /* Vexia Edu Atla 10 tablet 9V version */ 2071 .matches = { 2072 DMI_MATCH(DMI_BOARD_VENDOR, "AMI Corporation"), 2073 DMI_MATCH(DMI_BOARD_NAME, "Aptio CRB"), 2074 /* Above strings are too generic, also match on BIOS date */ 2075 DMI_MATCH(DMI_BIOS_DATE, "08/25/2014"), 2076 }, 2077 .driver_data = (void *)&vexia_edu_atla10_cd_gpios, 2078 }, 2079 { } 2080 }; 2081 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki