From cdc265a4b536040ec75295699112ff00814e472c Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Wed, 29 May 2002 19:44:20 -0700 Subject: USB: define usb_bus_type and register on startup --- include/linux/usb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/linux') 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, ...) -- cgit v1.2.3