diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index df2c764dec66..d31eb7e942b3 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h @@ -713,6 +713,8 @@ struct usb_driver { /* void (*resume)(struct usb_device *dev); */ }; +extern struct bus_type usb_bus_type; + /* * use these in module_init()/module_exit() * and don't forget MODULE_DEVICE_TABLE(usb, ...) |
