Hi Sunyeal, kernel test robot noticed the following build warnings: [auto build test WARNING on krzk/for-next] [also build test WARNING on pinctrl-samsung/for-next krzk-dt/for-next linus/master v6.10-rc6 next-20240703] [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/Sunyeal-Hong/dt-bindings-clock-add-Exynos-Auto-v920-SoC-CMU-bindings/20240705-195227 base: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git for-next patch link: https://lore.kernel.org/r/20240705021110.2495344-6-sunyeal.hong%40samsung.com patch subject: [PATCH 5/5] clk: samsung: add top clock support for Exynos Auto v920 SoC config: arm64-randconfig-003-20240706 (https://download.01.org/0day-ci/archive/20240706/202407060546.Zqh1m0PR-lkp@xxxxxxxxx/config) compiler: clang version 16.0.6 (https://github.com/llvm/llvm-project 7cbf1a2591520c2491aa35339f227775f4d3adf6) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240706/202407060546.Zqh1m0PR-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/202407060546.Zqh1m0PR-lkp@xxxxxxxxx/ All warnings (new ones prefixed by >>): >> drivers/clk/samsung/clk-exynosautov920.c:1131:40: warning: unused variable 'peric0_gate_clks' [-Wunused-const-variable] static const struct samsung_gate_clock peric0_gate_clks[] __initconst = { ^ 1 warning generated. vim +/peric0_gate_clks +1131 drivers/clk/samsung/clk-exynosautov920.c 1130 > 1131 static const struct samsung_gate_clock peric0_gate_clks[] __initconst = { 1132 }; 1133 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki