Skip to content

Commit

Permalink
RDMA/amso1100: pci_module_init() conversion
Browse files Browse the repository at this point in the history
pci_module_init() convertion in amso1100 driver.

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Henrik Kretzschmar authored and Roland Dreier committed Oct 16, 2006
1 parent 39af114 commit d986a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/amso1100/c2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1243,7 +1243,7 @@ static struct pci_driver c2_pci_driver = {

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

static void __exit c2_exit_module(void)
Expand Down

0 comments on commit d986a27

Please sign in to comment.