diff options
| author | Felipe Balbi <balbi@ti.com> | 2013-01-24 04:00:15 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2013-01-24 14:11:32 -0500 |
| commit | 2d7ebbb0946e9e13285eee348df1dbc48f0580e0 (patch) | |
| tree | aaec2755446fb5424fd717cd1728e8005b8b633b /include/linux/usb | |
| parent | 4991e102c11524aff42ce3a0e7caeb6e5577808c (diff) | |
usb: gadget: completely remove ->start/->stop
Those have been deprecated for a long time and
previous patches just converted all remaining
users of those.
Since there are no in-tree users and we don't
want any new users for them, let's obliterate
every piece of code related to those calls.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/gadget.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index e4c119ee4ebe..2e297e80d59a 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h | |||
| @@ -471,12 +471,6 @@ struct usb_gadget_ops { | |||
| 471 | struct usb_gadget_driver *); | 471 | struct usb_gadget_driver *); |
| 472 | int (*udc_stop)(struct usb_gadget *, | 472 | int (*udc_stop)(struct usb_gadget *, |
| 473 | struct usb_gadget_driver *); | 473 | struct usb_gadget_driver *); |
| 474 | |||
| 475 | /* Those two are deprecated */ | ||
| 476 | int (*start)(struct usb_gadget_driver *, | ||
| 477 | int (*bind)(struct usb_gadget *, | ||
| 478 | struct usb_gadget_driver *driver)); | ||
| 479 | int (*stop)(struct usb_gadget_driver *); | ||
| 480 | }; | 474 | }; |
| 481 | 475 | ||
| 482 | /** | 476 | /** |
