[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202204181828.VNB1sR4E-lkp@intel.com>
Date: Mon, 18 Apr 2022 18:13:16 +0800
From: kernel test robot <lkp@...el.com>
To: Peng Fan <peng.fan@....com>
Cc: llvm@...ts.linux.dev, kbuild-all@...ts.01.org,
linux-kernel@...r.kernel.org, Abel Vesa <abel.vesa@....com>
Subject: drivers/clk/imx/clk-imx93.c:324:34: warning: unused variable
'imx93_clk_of_match'
Hi Peng,
FYI, the error/warning still remains.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head: b2d229d4ddb17db541098b83524d901257e93845
commit: 24defbe194b650218680fcd9dec8cd103537b531 clk: imx: add i.MX93 clk
date: 6 weeks ago
config: hexagon-randconfig-r045-20220417 (https://download.01.org/0day-ci/archive/20220418/202204181828.VNB1sR4E-lkp@intel.com/config)
compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project b27430f9f46b88bcd54d992debc8d72e131e1bd0)
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=24defbe194b650218680fcd9dec8cd103537b531
git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
git fetch --no-tags linus master
git checkout 24defbe194b650218680fcd9dec8cd103537b531
# save the config file to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/clk/imx/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@...el.com>
All warnings (new ones prefixed by >>):
>> drivers/clk/imx/clk-imx93.c:324:34: warning: unused variable 'imx93_clk_of_match' [-Wunused-const-variable]
static const struct of_device_id imx93_clk_of_match[] = {
^
1 warning generated.
vim +/imx93_clk_of_match +324 drivers/clk/imx/clk-imx93.c
323
> 324 static const struct of_device_id imx93_clk_of_match[] = {
325 { .compatible = "fsl,imx93-ccm" },
326 { /* Sentinel */ },
327 };
328 MODULE_DEVICE_TABLE(of, imx93_clk_of_match);
329
--
0-DAY CI Kernel Test Service
https://01.org/lkp
Powered by blists - more mailing lists