WorkStruct: make allyesconfig
Fix up for make allyesconfig. Signed-Off-By: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
65f27f3844
commit
c4028958b6
282 changed files with 1775 additions and 1454 deletions
|
@ -382,7 +382,7 @@ struct usb_device {
|
|||
|
||||
int pm_usage_cnt; /* usage counter for autosuspend */
|
||||
#ifdef CONFIG_PM
|
||||
struct work_struct autosuspend; /* for delayed autosuspends */
|
||||
struct delayed_work autosuspend; /* for delayed autosuspends */
|
||||
struct mutex pm_mutex; /* protects PM operations */
|
||||
|
||||
unsigned auto_pm:1; /* autosuspend/resume in progress */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue