All of lore.kernel.org
 help / color / mirror / Atom feed
* [sverdlin:ep93xx-snd-wip 24/48] drivers/dma/ep93xx_dma.c:1520:35: error: 'ep93xx_dma_of_ids' undeclared here (not in a function); did you mean 'ep93xx_dma_of_probe'?
@ 2023-03-18 11:56 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2023-03-18 11:56 UTC (permalink / raw)
  To: Nikita Shubin; +Cc: oe-kbuild-all, Alexander Sverdlin

tree:   https://github.com/sverdlin/linux ep93xx-snd-wip
head:   ba6048c19f4e119e9d76024c66e205a7f6750063
commit: 4b4b4097c04f5f15cf607967eb050b5ab4583fbc [24/48] dma: cirrus: add DT support for Cirrus EP93xx
config: alpha-randconfig-r034-20230313 (https://download.01.org/0day-ci/archive/20230318/202303181921.y0DKTc1B-lkp@intel.com/config)
compiler: alpha-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://github.com/sverdlin/linux/commit/4b4b4097c04f5f15cf607967eb050b5ab4583fbc
        git remote add sverdlin https://github.com/sverdlin/linux
        git fetch --no-tags sverdlin ep93xx-snd-wip
        git checkout 4b4b4097c04f5f15cf607967eb050b5ab4583fbc
        # 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=alpha olddefconfig
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=alpha SHELL=/bin/bash drivers/

If you fix the issue, kindly add following tag where applicable
| Reported-by: kernel test robot <lkp@intel.com>
| Link: https://lore.kernel.org/oe-kbuild-all/202303181921.y0DKTc1B-lkp@intel.com/

All errors (new ones prefixed by >>):

>> drivers/dma/ep93xx_dma.c:1520:35: error: 'ep93xx_dma_of_ids' undeclared here (not in a function); did you mean 'ep93xx_dma_of_probe'?
    1520 |                 .of_match_table = ep93xx_dma_of_ids,
         |                                   ^~~~~~~~~~~~~~~~~
         |                                   ep93xx_dma_of_probe


vim +1520 drivers/dma/ep93xx_dma.c

  1516	
  1517	static struct platform_driver ep93xx_dma_driver = {
  1518		.driver		= {
  1519			.name	= "ep93xx-dma",
> 1520			.of_match_table = ep93xx_dma_of_ids,
  1521		},
  1522		.id_table	= ep93xx_dma_driver_ids,
  1523	};
  1524	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-18 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-18 11:56 [sverdlin:ep93xx-snd-wip 24/48] drivers/dma/ep93xx_dma.c:1520:35: error: 'ep93xx_dma_of_ids' undeclared here (not in a function); did you mean 'ep93xx_dma_of_probe'? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.