Re: [PATCH v1 1/5] usb: gadged: pch_udc: PCI core handles power state for us

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Andy,

[auto build test ERROR on v4.5-rc7]
[also build test ERROR on next-20160318]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]

url:    https://github.com/0day-ci/linux/commits/Andy-Shevchenko/usb-gadged-pch_udc-PCI-core-handles-power-state-for-us/20160318-225743
config: xtensa-allyesconfig (attached as .config)
reproduce:
        wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        make.cross ARCH=xtensa 

All errors (new ones prefixed by >>):

>> drivers/usb/gadget/udc/pch_udc.c:3251:9: error: 'PCH_UDC_PM_OPS' undeclared here (not in a function)
      .pm = PCH_UDC_PM_OPS,
            ^

vim +/PCH_UDC_PM_OPS +3251 drivers/usb/gadget/udc/pch_udc.c

  3245		.name =	KBUILD_MODNAME,
  3246		.id_table =	pch_udc_pcidev_id,
  3247		.probe =	pch_udc_probe,
  3248		.remove =	pch_udc_remove,
  3249		.shutdown =	pch_udc_shutdown,
  3250		.driver = {
> 3251			.pm = PCH_UDC_PM_OPS,
  3252		},
  3253	};
  3254	

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

Attachment: .config.gz
Description: Binary data


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux