diff options
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r-- | drivers/net/fealnx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c index 567e27413cfd..a2121faa610f 100644 --- a/drivers/net/fealnx.c +++ b/drivers/net/fealnx.c | |||
@@ -1984,7 +1984,7 @@ static int __init fealnx_init(void) | |||
1984 | printk(version); | 1984 | printk(version); |
1985 | #endif | 1985 | #endif |
1986 | 1986 | ||
1987 | return pci_module_init(&fealnx_driver); | 1987 | return pci_register_driver(&fealnx_driver); |
1988 | } | 1988 | } |
1989 | 1989 | ||
1990 | static void __exit fealnx_exit(void) | 1990 | static void __exit fealnx_exit(void) |