diff options
author | Greg Kroah-Hartman | 2018-05-24 17:46:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2018-05-24 17:46:53 +0200 |
commit | 109e37a6731c492ad35e86d3390a26ba55d33755 (patch) | |
tree | 06cd81661d63077e959b0e693134cf5a1ae60d76 /include/linux/usb/gadget.h | |
parent | ddf12f04dc5b284133662f81a9c4c46a72d3c6ba (diff) | |
parent | 47265c067c0d129f3a0e94bc221293a780af9d78 (diff) |
Merge tag 'usb-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
usb: changes for v4.18 merge window
A total of 98 non-merge commits, the biggest part being in dwc3 this
time around with a large refactoring of dwc3's transfer handling code.
We also have a new driver for Aspeed virtual hub controller.
Apart from that, just a list of miscellaneous fixes all over the place.
Diffstat (limited to 'include/linux/usb/gadget.h')
-rw-r--r-- | include/linux/usb/gadget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index 847f423ad9b3..e5cd84a0f84a 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h @@ -763,7 +763,7 @@ struct usb_gadget_string_container { }; /* put descriptor for string with that id into buf (buflen >= 256) */ -int usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf); +int usb_gadget_get_string(const struct usb_gadget_strings *table, int id, u8 *buf); /*-------------------------------------------------------------------------*/ |