Skip to content

Commit

Permalink
[PATCH] pci_module_init() convertion in olympic.c
Browse files Browse the repository at this point in the history
pci_module_init() convertion in olympic.c

Signed-off-by: Henrik Kretzschmar <henne@nachtwindheim.de>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
  • Loading branch information
Henrik Kretzschmar authored and Jeff Garzik committed Dec 2, 2006
1 parent 107ce6d commit 83717cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tokenring/olympic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ static struct pci_driver olympic_driver = {

static int __init olympic_pci_init(void)
{
return pci_module_init (&olympic_driver) ;
return pci_register_driver(&olympic_driver) ;
}

static void __exit olympic_pci_cleanup(void)
Expand Down

0 comments on commit 83717cf

Please sign in to comment.