Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288871
b: refs/heads/master
c: 9565633
h: refs/heads/master
i:
  288869: fd1cb9f
  288867: a997f94
  288863: be425e2
v: v3
  • Loading branch information
Greg Kroah-Hartman authored and Greg Kroah-Hartman committed Feb 9, 2012
1 parent 22f3c31 commit 45a5046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: aad4f4000cecec9c80b5f9aff91043dc104d61a0
refs/heads/master: 956563362be8ac7ce084b00825168be1adfb29ee
12 changes: 1 addition & 11 deletions trunk/drivers/usb/dwc3/dwc3-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,4 @@ MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>");
MODULE_LICENSE("Dual BSD/GPL");
MODULE_DESCRIPTION("DesignWare USB3 PCI Glue Layer");

static int __devinit dwc3_pci_init(void)
{
return pci_register_driver(&dwc3_pci_driver);
}
module_init(dwc3_pci_init);

static void __exit dwc3_pci_exit(void)
{
pci_unregister_driver(&dwc3_pci_driver);
}
module_exit(dwc3_pci_exit);
module_pci_driver(dwc3_pci_driver);

0 comments on commit 45a5046

Please sign in to comment.