diff options
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 97a7ea2a5e4f..f2192d527db0 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c | |||
@@ -1294,24 +1294,7 @@ static struct usb_serial_driver * const serial_drivers[] = { | |||
1294 | &iuu_device, NULL | 1294 | &iuu_device, NULL |
1295 | }; | 1295 | }; |
1296 | 1296 | ||
1297 | static int __init iuu_init(void) | 1297 | module_usb_serial_driver(iuu_driver, serial_drivers); |
1298 | { | ||
1299 | int retval; | ||
1300 | |||
1301 | retval = usb_serial_register_drivers(&iuu_driver, serial_drivers); | ||
1302 | if (retval == 0) | ||
1303 | printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":" | ||
1304 | DRIVER_DESC "\n"); | ||
1305 | return retval; | ||
1306 | } | ||
1307 | |||
1308 | static void __exit iuu_exit(void) | ||
1309 | { | ||
1310 | usb_serial_deregister_drivers(&iuu_driver, serial_drivers); | ||
1311 | } | ||
1312 | |||
1313 | module_init(iuu_init); | ||
1314 | module_exit(iuu_exit); | ||
1315 | 1298 | ||
1316 | MODULE_AUTHOR("Alain Degreffe eczema@ecze.com"); | 1299 | MODULE_AUTHOR("Alain Degreffe eczema@ecze.com"); |
1317 | 1300 | ||