Signed-off-by: Michal Piotrowski <[EMAIL PROTECTED]>

diff -uprN -X linux-work/Documentation/dontdiff 
linux-work-clean/drivers/net/ixgb/ixgb_main.c 
linux-work2/drivers/net/ixgb/ixgb_main.c
--- linux-work-clean/drivers/net/ixgb/ixgb_main.c       2006-08-16 
22:41:17.000000000 +0200
+++ linux-work2/drivers/net/ixgb/ixgb_main.c    2006-08-17 05:15:16.000000000 
+0200
@@ -173,7 +173,7 @@ ixgb_init_module(void)
 
        printk(KERN_INFO "%s\n", ixgb_copyright);
 
-       return pci_module_init(&ixgb_driver);
+       return pci_register_driver(&ixgb_driver);
 }
 
 module_init(ixgb_init_module);
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to