All of lore.kernel.org
 help / color / mirror / Atom feed
* [gpio:devel 20/40] drivers/gpio/gpio-wm831x.c:266:38: error: 'struct wm831x' has no member named 'pdata'
@ 2017-03-16 16:28 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-03-16 16:28 UTC (permalink / raw)
  To: Charles Keepax; +Cc: kbuild-all, linux-gpio, Linus Walleij

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git devel
head:   483618b353608e585d3ed5f72b8e230f4c97f544
commit: 457cc93546d9e8aeda4fe50c019615644c6767c7 [20/40] gpio: wm831x: Add basic device tree support
config: x86_64-randconfig-x004-201711 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout 457cc93546d9e8aeda4fe50c019615644c6767c7
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

   drivers/gpio/gpio-wm831x.c: In function 'wm831x_gpio_probe':
>> drivers/gpio/gpio-wm831x.c:266:38: error: 'struct wm831x' has no member named 'pdata'
     struct wm831x_pdata *pdata = &wm831x->pdata;
                                         ^~

vim +266 drivers/gpio/gpio-wm831x.c

   260		.can_sleep		= true,
   261	};
   262	
   263	static int wm831x_gpio_probe(struct platform_device *pdev)
   264	{
   265		struct wm831x *wm831x = dev_get_drvdata(pdev->dev.parent);
 > 266		struct wm831x_pdata *pdata = &wm831x->pdata;
   267		struct wm831x_gpio *wm831x_gpio;
   268		int ret;
   269	

---
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: 21612 bytes --]

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

only message in thread, other threads:[~2017-03-16 16:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-16 16:28 [gpio:devel 20/40] drivers/gpio/gpio-wm831x.c:266:38: error: 'struct wm831x' has no member named 'pdata' 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.