提交 87d852de 编写于 作者: A Andy Shevchenko 提交者: Felipe Balbi

usb: dwc3: Describe 'wakeup_work' field of struct dwc3_pci

Describe 'wakeup_work' field of struct dwc3_pci to avoid a warning:

drivers/usb/dwc3/dwc3-pci.c:59: warning: Function parameter or member 'wakeup_work' not described in 'dwc3_pci'
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: NFelipe Balbi <felipe.balbi@linux.intel.com>
上级 9a7faac3
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
* @pci: our link to PCI bus * @pci: our link to PCI bus
* @guid: _DSM GUID * @guid: _DSM GUID
* @has_dsm_for_pm: true for devices which need to run _DSM on runtime PM * @has_dsm_for_pm: true for devices which need to run _DSM on runtime PM
* @wakeup_work: work for asynchronous resume
*/ */
struct dwc3_pci { struct dwc3_pci {
struct platform_device *dwc3; struct platform_device *dwc3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册