All of lore.kernel.org
 help / color / mirror / Atom feed
* [pza:v5.6/topic/pcie-fpga-link-wip 12/12] drivers/media/pci/pcie-fpga-link/pcie-fpga-link.c:184:2: error: implicit declaration of function 'writeq'; did you mean 'writel'?
@ 2020-04-01  9:58 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-04-01  9:58 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

tree:   https://git.pengutronix.de/git/pza/linux v5.6/topic/pcie-fpga-link-wip
head:   020dd50455b9d67bca68173966ce176e0c6fe87e
commit: 020dd50455b9d67bca68173966ce176e0c6fe87e [12/12] WIP: pcie-fpga-link: add hardware support
config: i386-allyesconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-6) 7.4.0
reproduce:
        git checkout 020dd50455b9d67bca68173966ce176e0c6fe87e
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   drivers/media/pci/pcie-fpga-link/pcie-fpga-link.c: In function 'fpl_writeq':
>> drivers/media/pci/pcie-fpga-link/pcie-fpga-link.c:184:2: error: implicit declaration of function 'writeq'; did you mean 'writel'? [-Werror=implicit-function-declaration]
     writeq(value, fpl_dev->bar0 + offset);
     ^~~~~~
     writel
   cc1: some warnings being treated as errors

vim +184 drivers/media/pci/pcie-fpga-link/pcie-fpga-link.c

   179	
   180	static inline void fpl_writeq(struct fpl_device *fpl_dev, u32 offset, u64 value)
   181	{
   182		dev_info(&fpl_dev->pdev->dev,
   183			 "bar_write_64 offset 0x%08X value 0x%08llX\n", offset, value);
 > 184		writeq(value, fpl_dev->bar0 + offset);
   185	}
   186	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 71636 bytes --]

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

only message in thread, other threads:[~2020-04-01  9:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-01  9:58 [pza:v5.6/topic/pcie-fpga-link-wip 12/12] drivers/media/pci/pcie-fpga-link/pcie-fpga-link.c:184:2: error: implicit declaration of function 'writeq'; did you mean 'writel'? kbuild 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.