diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/g_dnl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/g_dnl.h b/include/g_dnl.h index b6c4dd4ac3a..de669fb85a7 100644 --- a/include/g_dnl.h +++ b/include/g_dnl.h @@ -10,7 +10,7 @@ #include <linux/usb/ch9.h> #include <linux/usb/gadget.h> -int g_dnl_bind_fixup(struct usb_device_descriptor *); +int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *); int g_dnl_register(const char *s); void g_dnl_unregister(void); |