linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [xlnx:master 9671/9937] drivers/usb/dwc3/dwc3-of-simple.c:651:2: error: implicit declaration of function 'dwc3_simple_vbus'; did you mean 'dwc3_of_simple_probe'?
@ 2020-03-20 12:36 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-20 12:36 UTC (permalink / raw)
  To: Nava kishore Manne; +Cc: Michal Simek, kbuild-all, linux-arm-kernel

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

Hi Nava,

FYI, the error/warning still remains.

tree:   https://github.com/Xilinx/linux-xlnx master
head:   fc28b25f1b392e243126617df17f7d6332d3393b
commit: 309d88250e99b729b76ff44fc32d86bfd6eb14d2 [9671/9937] nvmem: zynqmp: Added zynqmp nvmem get_silicon_version()
config: x86_64-randconfig-b002-20200320 (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout 309d88250e99b729b76ff44fc32d86bfd6eb14d2
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

   drivers/usb/dwc3/dwc3-of-simple.c: In function 'dwc3_of_simple_suspend':
>> drivers/usb/dwc3/dwc3-of-simple.c:651:2: error: implicit declaration of function 'dwc3_simple_vbus'; did you mean 'dwc3_of_simple_probe'? [-Werror=implicit-function-declaration]
     dwc3_simple_vbus(simple->dwc, true);
     ^~~~~~~~~~~~~~~~
     dwc3_of_simple_probe
   cc1: some warnings being treated as errors

vim +651 drivers/usb/dwc3/dwc3-of-simple.c

76251db8656194 Enric Balletbo i Serra 2018-07-16  645  
66174b6998a645 Arnd Bergmann          2018-08-13  646  static int __maybe_unused dwc3_of_simple_suspend(struct device *dev)
76251db8656194 Enric Balletbo i Serra 2018-07-16  647  {
76251db8656194 Enric Balletbo i Serra 2018-07-16  648  	struct dwc3_of_simple *simple = dev_get_drvdata(dev);
76251db8656194 Enric Balletbo i Serra 2018-07-16  649  
d428092fcbb475 Piyush Mehta           2020-01-23  650  	/* Ask ULPI to turn OFF Vbus */
d428092fcbb475 Piyush Mehta           2020-01-23 @651  	dwc3_simple_vbus(simple->dwc, true);
d428092fcbb475 Piyush Mehta           2020-01-23  652  
76251db8656194 Enric Balletbo i Serra 2018-07-16  653  	if (simple->need_reset)
76251db8656194 Enric Balletbo i Serra 2018-07-16  654  		reset_control_assert(simple->resets);
76251db8656194 Enric Balletbo i Serra 2018-07-16  655  
76251db8656194 Enric Balletbo i Serra 2018-07-16  656  	return 0;
76251db8656194 Enric Balletbo i Serra 2018-07-16  657  }
76251db8656194 Enric Balletbo i Serra 2018-07-16  658  

:::::: The code at line 651 was first introduced by commit
:::::: d428092fcbb4753e0882f1d07084b6da0623e437 usb: dwc3: Add support for removing vbus when suspended

:::::: TO: Piyush Mehta <piyush.mehta@xilinx.com>
:::::: CC: Michal Simek <michal.simek@xilinx.com>

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

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

[-- Attachment #3: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

only message in thread, other threads:[~2020-03-20 12:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 12:36 [xlnx:master 9671/9937] drivers/usb/dwc3/dwc3-of-simple.c:651:2: error: implicit declaration of function 'dwc3_simple_vbus'; did you mean 'dwc3_of_simple_probe'? 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).