Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259491
b: refs/heads/master
c: 0392bbb
h: refs/heads/master
i:
  259489: 22624cc
  259487: 5ddf809
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent c119b0b commit ee214e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 3028d0ae6c69318c11f67affb29411d30c0cb955
refs/heads/master: 0392bbb6f6af31888570a24641158d9b51b07eb6
8 changes: 4 additions & 4 deletions trunk/drivers/staging/usbip/vhci_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,7 @@ static struct platform_device the_pdev = {
},
};

static int __init vhci_init(void)
static int __init vhci_hcd_init(void)
{
int ret;

Expand All @@ -1233,14 +1233,14 @@ static int __init vhci_init(void)
return ret;
}

static void __exit vhci_cleanup(void)
static void __exit vhci_hcd_exit(void)
{
platform_device_unregister(&the_pdev);
platform_driver_unregister(&vhci_driver);
}

module_init(vhci_init);
module_exit(vhci_cleanup);
module_init(vhci_hcd_init);
module_exit(vhci_hcd_exit);

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

0 comments on commit ee214e2

Please sign in to comment.