Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289521
b: refs/heads/master
c: 491c77a
h: refs/heads/master
i:
  289519: bb06eec
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Feb 28, 2012
1 parent 2f0df26 commit 10e9383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ba76df3f65ce08413563119c9c77852b0835fbef
refs/heads/master: 491c77a96689821bbe6acbef7dd1544bec35f794
13 changes: 1 addition & 12 deletions trunk/drivers/usb/serial/usb_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,5 @@ static struct usb_serial_driver * const serial_drivers[] = {
&debug_device, NULL
};

static int __init debug_init(void)
{
return usb_serial_register_drivers(&debug_driver, serial_drivers);
}

static void __exit debug_exit(void)
{
usb_serial_deregister_drivers(&debug_driver, serial_drivers);
}

module_init(debug_init);
module_exit(debug_exit);
module_usb_serial_driver(debug_driver, serial_drivers);
MODULE_LICENSE("GPL");

0 comments on commit 10e9383

Please sign in to comment.