aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Chen <peter.chen@freescale.com>2014-07-04 00:39:41 -0400
committerPeter Chen <peter.chen@freescale.com>2014-07-04 05:31:06 -0400
commit2275dc85cecd4d32e31fc4d5223890f0a0f833c1 (patch)
tree316ec26b5aa35a6cb48dbb0693c149b88e4723a7 /include
parent463ada98906cee6035426bba377b7f9d0d2f979c (diff)
ENGR00320792-2 Revert "drivers: usb: udc-core: add deferred bind for gadget driver"
This reverts commit 22392a023eee469a7068f1ea77492d5ab9af14f9. Signed-off-by: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb/gadget.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 28e99a181b35..25a5007f92e3 100644
--- a/include/linux/usb/gadget.h
+++ b/include/linux/usb/gadget.h
@@ -837,9 +837,6 @@ struct usb_gadget_driver {
837 837
838 /* FIXME support safe rmmod */ 838 /* FIXME support safe rmmod */
839 struct device_driver driver; 839 struct device_driver driver;
840
841 bool attached;
842 struct list_head list;
843}; 840};
844 841
845 842