Hi Catalin, kernel test robot noticed the following build warnings: [auto build test WARNING on robh/for-next] [also build test WARNING on linus/master v6.12-rc1 next-20241004] [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/Catalin-Popescu/mmc-pwrseq_simple-add-support-for-reset-control/20241004-200909 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20241004120740.2887776-2-catalin.popescu%40leica-geosystems.com patch subject: [PATCH 2/2] mmc: pwrseq_simple: add support for reset control config: x86_64-randconfig-123-20241005 (https://download.01.org/0day-ci/archive/20241005/202410052201.xEk9eC0T-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/20241005/202410052201.xEk9eC0T-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/202410052201.xEk9eC0T-lkp@xxxxxxxxx/ sparse warnings: (new ones prefixed by >>) >> drivers/mmc/core/pwrseq_simple.c:123:31: sparse: sparse: symbol 'mmc_pwrseq_simple_gpio' was not declared. Should it be static? >> drivers/mmc/core/pwrseq_simple.c:127:31: sparse: sparse: symbol 'mmc_pwrseq_simple_reset' was not declared. Should it be static? vim +/mmc_pwrseq_simple_gpio +123 drivers/mmc/core/pwrseq_simple.c 122 > 123 struct mmc_pwrseq_simple_data mmc_pwrseq_simple_gpio = { 124 .use_reset = false, 125 }; 126 > 127 struct mmc_pwrseq_simple_data mmc_pwrseq_simple_reset = { 128 .use_reset = true, 129 }; 130 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki