Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347458
b: refs/heads/master
c: 1ce6853
h: refs/heads/master
v: v3
  • Loading branch information
Wei Yongjun authored and Rusty Russell committed Dec 18, 2012
1 parent ae3378c commit 33c7108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 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: 681f206611aaec4fc8be93d609148e02c704b91d
refs/heads/master: 1ce6853aa0f8e1cc3ae811a85d50cde6ad0ef735
14 changes: 1 addition & 13 deletions trunk/drivers/virtio/virtio_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,16 +830,4 @@ static struct pci_driver virtio_pci_driver = {
#endif
};

static int __init virtio_pci_init(void)
{
return pci_register_driver(&virtio_pci_driver);
}

module_init(virtio_pci_init);

static void __exit virtio_pci_exit(void)
{
pci_unregister_driver(&virtio_pci_driver);
}

module_exit(virtio_pci_exit);
module_pci_driver(virtio_pci_driver);

0 comments on commit 33c7108

Please sign in to comment.