All of lore.kernel.org
 help / color / mirror / Atom feed
* [ti:ti-rt-linux-6.1.y-cicd 11/17] drivers/pci/controller/cadence/pci-j721e-host.c:137:17: sparse: sparse: symbol 'j721e_pcie_irq_chip' was not declared. Should it be static?
@ 2023-08-28  5:19 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-08-28  5:19 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: oe-kbuild-all, vigneshr, nm, Achal Verma

tree:   git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd
head:   dd944f14304d2ce6d26c9cdc3d2d2d6d373a322c
commit: 0cc7dd00c998242b68e5ffe1d630f2198a4385db [11/17] PCI: j721e: Add PCI legacy interrupt support for J7200
config: i386-randconfig-063-20230828 (https://download.01.org/0day-ci/archive/20230828/202308281333.G2RoiyJq-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce: (https://download.01.org/0day-ci/archive/20230828/202308281333.G2RoiyJq-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202308281333.G2RoiyJq-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/pci/controller/cadence/pci-j721e-host.c:137:17: sparse: sparse: symbol 'j721e_pcie_irq_chip' was not declared. Should it be static?

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ti:ti-rt-linux-6.1.y-cicd 11/17] drivers/pci/controller/cadence/pci-j721e-host.c:137:17: sparse: sparse: symbol 'j721e_pcie_irq_chip' was not declared. Should it be static?
@ 2023-11-09 11:26 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2023-11-09 11:26 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: oe-kbuild-all, vigneshr, nm, Achal Verma

tree:   git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git ti-rt-linux-6.1.y-cicd
head:   ceda18519f490d1e82d84c1edd84782b1ad34c79
commit: 0cc7dd00c998242b68e5ffe1d630f2198a4385db [11/17] PCI: j721e: Add PCI legacy interrupt support for J7200
config: x86_64-randconfig-r111-20231103 (https://download.01.org/0day-ci/archive/20231109/202311091952.DDPkQa3P-lkp@intel.com/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/20231109/202311091952.DDPkQa3P-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202311091952.DDPkQa3P-lkp@intel.com/

sparse warnings: (new ones prefixed by >>)
>> drivers/pci/controller/cadence/pci-j721e-host.c:137:17: sparse: sparse: symbol 'j721e_pcie_irq_chip' was not declared. Should it be static?

vim +/j721e_pcie_irq_chip +137 drivers/pci/controller/cadence/pci-j721e-host.c

   136	
 > 137	struct irq_chip j721e_pcie_irq_chip = {
   138		.name		= "J721E-PCIE-INTX",
   139		.irq_eoi	= j721e_pcie_irq_eoi,
   140	};
   141	

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-09 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-09 11:26 [ti:ti-rt-linux-6.1.y-cicd 11/17] drivers/pci/controller/cadence/pci-j721e-host.c:137:17: sparse: sparse: symbol 'j721e_pcie_irq_chip' was not declared. Should it be static? kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2023-08-28  5:19 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.