linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [spi:topic/bcm63xx 10/10] drivers/spi/spi-bcm63xx.c:433:50: error: 'spi' undeclared
@ 2017-02-21 19:14 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-02-21 19:14 UTC (permalink / raw)
  To: Jonas Gorski
  Cc: kbuild-all-JC7UmRfGjtg, linux-spi-u79uwXL29TY76Z2rM5mHXA, Mark Brown

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git topic/bcm63xx
head:   0135c03df914f0481c61f097c78d37cece84f330
commit: 0135c03df914f0481c61f097c78d37cece84f330 [10/10] spi/bcm63xx: make spi subsystem aware of message size limits
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 0135c03df914f0481c61f097c78d37cece84f330
        # save the attached .config to linux build tree
        make ARCH=i386 

All errors (new ones prefixed by >>):

   drivers/spi/spi-bcm63xx.c: In function 'bcm63xx_spi_max_length':
>> drivers/spi/spi-bcm63xx.c:433:50: error: 'spi' undeclared (first use in this function)
     struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master);
                                                     ^~~
   drivers/spi/spi-bcm63xx.c:433:50: note: each undeclared identifier is reported only once for each function it appears in

vim +/spi +433 drivers/spi/spi-bcm63xx.c

   427	
   428		return IRQ_HANDLED;
   429	}
   430	
   431	static size_t bcm63xx_spi_max_length(struct spi_device *dev)
   432	{
 > 433		struct bcm63xx_spi *bs = spi_master_get_devdata(spi->master);
   434	
   435		return bs->fifo_size;
   436	}

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

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

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

only message in thread, other threads:[~2017-02-21 19:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21 19:14 [spi:topic/bcm63xx 10/10] drivers/spi/spi-bcm63xx.c:433:50: error: 'spi' undeclared kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).