aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/gadget.h')
-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