Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320685
b: refs/heads/master
c: b1f093a
h: refs/heads/master
i:
  320683: e54125c
v: v3
  • Loading branch information
Devendra Naga authored and Mauro Carvalho Chehab committed Jul 31, 2012
1 parent 0fa5f52 commit 64e0533
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: 1a3acd3d7f1f7ba1037cfd8c04a9159988f70079
refs/heads/master: b1f093ac6807a264100b24b1a4939cff6e35c144
13 changes: 1 addition & 12 deletions trunk/drivers/staging/media/solo6x10/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,15 +318,4 @@ static struct pci_driver solo_pci_driver = {
.remove = solo_pci_remove,
};

static int __init solo_module_init(void)
{
return pci_register_driver(&solo_pci_driver);
}

static void __exit solo_module_exit(void)
{
pci_unregister_driver(&solo_pci_driver);
}

module_init(solo_module_init);
module_exit(solo_module_exit);
module_pci_driver(solo_pci_driver);

0 comments on commit 64e0533

Please sign in to comment.