summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-09-23 20:19:03 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2016-09-23 20:19:03 -0700
commit25d60ce52e64fa93cb45a150ab16354fe148ecc4 (patch)
tree8b61a79eb5ca83dd05e715c81648acd31e31780e /include/linux
parentd225a2103b8bc8538be9396ec5ac5c47b8c85ba9 (diff)
parenta778927e2c30bce8bf7bb47abdbb5c76f673ec3a (diff)
Merge "usb: gadget: Enable L1 suspend by default"
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/gadget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 2c64620254eb..143e556f141d 100644
--- a/include/linux/usb/gadget.h
+++ b/include/linux/usb/gadget.h
@@ -752,7 +752,6 @@ struct usb_gadget {
unsigned is_selfpowered:1;
unsigned deactivated:1;
unsigned connected:1;
- bool l1_supported;
bool remote_wakeup;
};
#define work_to_gadget(w) (container_of((w), struct usb_gadget, work))