Skip to content

Commit

Permalink
Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib…
Browse files Browse the repository at this point in the history
…' and 'srp' into for-next
  • Loading branch information
Roland Dreier committed Feb 26, 2013
8 parents 6b52a12 + b23523d + f72dd56 + 5525d21 + 8ab10f7 + b425388 + bcc9b67 + 2ce19e7 commit ef4e359
Show file tree
Hide file tree
Showing 30 changed files with 625 additions and 210 deletions.
13 changes: 1 addition & 12 deletions drivers/infiniband/hw/amso1100/c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,15 +1238,4 @@ static struct pci_driver c2_pci_driver = {
.remove = c2_remove,
};

static int __init c2_init_module(void)
{
return pci_register_driver(&c2_pci_driver);
}

static void __exit c2_exit_module(void)
{
pci_unregister_driver(&c2_pci_driver);
}

module_init(c2_init_module);
module_exit(c2_exit_module);
module_pci_driver(c2_pci_driver);
Loading

0 comments on commit ef4e359

Please sign in to comment.