Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 304406
b: refs/heads/master
c: 4a63136
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 23, 2012
1 parent 03d94ac commit f766fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 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: 15a89dc83bad5c22a02bd292cf87d72dacb7dcb3
refs/heads/master: 4a6313644c3188f4aa1a6b4403896375baa2e09a
21 changes: 1 addition & 20 deletions trunk/drivers/staging/line6/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1300,26 +1300,7 @@ static struct usb_driver line6_driver = {
.id_table = line6_id_table,
};

/*
Module initialization.
*/
static int __init line6_init(void)
{
printk(KERN_INFO "%s driver version %s\n", DRIVER_NAME, DRIVER_VERSION);

return usb_register(&line6_driver);
}

/*
Module cleanup.
*/
static void __exit line6_exit(void)
{
usb_deregister(&line6_driver);
}

module_init(line6_init);
module_exit(line6_exit);
module_usb_driver(line6_driver);

MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
Expand Down

0 comments on commit f766fcd

Please sign in to comment.