tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master head: 0cdb3579f1ee4c1e55acf8dfb0697b660067b1f8 commit: 261209a777799a7ea416e38d54b6de75d0968041 [4732/5429] drm/msm/hdmi: move resource allocation to probe function config: sparc-allyesconfig compiler: sparc64-linux-gcc (GCC) 12.1.0 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/next/linux-next.git/commit/?id=261209a777799a7ea416e38d54b6de75d0968041 git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git git fetch --no-tags linux-next master git checkout 261209a777799a7ea416e38d54b6de75d0968041 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=sparc SHELL=/bin/bash drivers/gpu/drm/msm/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot All warnings (new ones prefixed by >>): >> drivers/gpu/drm/msm/hdmi/hdmi.c:251:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] 251 | const static struct hdmi_platform_config hdmi_tx_8960_config = { | ^~~~~ drivers/gpu/drm/msm/hdmi/hdmi.c:261:1: warning: 'static' is not at beginning of declaration [-Wold-style-declaration] 261 | const static struct hdmi_platform_config hdmi_tx_8974_config = { | ^~~~~ vim +/static +251 drivers/gpu/drm/msm/hdmi/hdmi.c 250 > 251 const static struct hdmi_platform_config hdmi_tx_8960_config = { 252 HDMI_CFG(hpd_reg, 8960), 253 HDMI_CFG(hpd_clk, 8960), 254 }; 255 -- 0-DAY CI Kernel Test Service https://01.org/lkp