Re: [PATCH] usb: cdns3: Fixed kernel test robot warning

2020-12-09 Thread Greg KH
On Thu, Dec 10, 2020 at 01:45:52AM +0530, Souptick Joarder wrote: > Kernel test robot throws below warning -> > > In file included from drivers/usb/cdns3/core.c:23: > >> drivers/usb/cdns3/host-export.h:27:51: warning: 'struct usb_hcd' > >> declared inside parameter list will not be visible outside

RE: [PATCH] usb: cdns3: Fixed kernel test robot warning

2020-12-09 Thread Pawel Laszczak
> >On 12/9/20 12:15 PM, Souptick Joarder wrote: >> Kernel test robot throws below warning -> >> >> In file included from drivers/usb/cdns3/core.c:23: drivers/usb/cdns3/host-export.h:27:51: warning: 'struct usb_hcd' declared inside parameter list will not be visible outside of this de

Re: [PATCH] usb: cdns3: Fixed kernel test robot warning

2020-12-09 Thread Randy Dunlap
On 12/9/20 12:15 PM, Souptick Joarder wrote: > Kernel test robot throws below warning -> > > In file included from drivers/usb/cdns3/core.c:23: >>> drivers/usb/cdns3/host-export.h:27:51: warning: 'struct usb_hcd' >>> declared inside parameter list will not be visible outside of this >>> definition