diff options
Diffstat (limited to 'drivers/usb/serial/bus.c')
| -rw-r--r-- | drivers/usb/serial/bus.c | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/usb/serial/bus.c b/drivers/usb/serial/bus.c index c15f2e7cefc..37decb13d7e 100644 --- a/drivers/usb/serial/bus.c +++ b/drivers/usb/serial/bus.c @@ -121,7 +121,6 @@ static int usb_serial_device_remove(struct device *dev)  	return retval;  } -#ifdef CONFIG_HOTPLUG  static ssize_t store_new_id(struct device_driver *driver,  			    const char *buf, size_t count)  { @@ -159,15 +158,6 @@ static void free_dynids(struct usb_serial_driver *drv)  	spin_unlock(&drv->dynids.lock);  } -#else -static struct driver_attribute drv_attrs[] = { -	__ATTR_NULL, -}; -static inline void free_dynids(struct usb_serial_driver *drv) -{ -} -#endif -  struct bus_type usb_serial_bus_type = {  	.name =		"usb-serial",  	.match =	usb_serial_device_match,  | 
