Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325442
b: refs/heads/master
c: 2341111
h: refs/heads/master
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 21, 2012
1 parent 1846b45 commit 9bed330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 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: 814394100d5bfd5b33cddede907a4e0a216b93b6
refs/heads/master: 2341111f6dcfad5f81d3de21acc43c97ce56ec60
16 changes: 1 addition & 15 deletions trunk/drivers/staging/ced1401/usb1401.c
Original file line number Diff line number Diff line change
Expand Up @@ -1653,19 +1653,5 @@ static struct usb_driver ced_driver = {
.supports_autosuspend = 1,
};

static int __init usb_skel_init(void)
{
/* register this driver with the USB subsystem */
return usb_register(&ced_driver);
}

static void __exit usb_skel_exit(void)
{
/* deregister this driver with the USB subsystem */
usb_deregister(&ced_driver);
}

module_init(usb_skel_init);
module_exit(usb_skel_exit);

module_usb_driver(ced_driver);
MODULE_LICENSE("GPL");

0 comments on commit 9bed330

Please sign in to comment.