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

diff -uprN -X linux-work/Documentation/dontdiff 
linux-work-clean/drivers/net/saa9730.c linux-work2/drivers/net/saa9730.c
--- linux-work-clean/drivers/net/saa9730.c      2006-03-20 06:53:29.000000000 
+0100
+++ linux-work2/drivers/net/saa9730.c   2006-08-17 05:16:21.000000000 +0200
@@ -1131,7 +1131,7 @@ static struct pci_driver saa9730_driver 
 
 static int __init saa9730_init(void)
 {
-       return pci_module_init(&saa9730_driver);
+       return pci_register_driver(&saa9730_driver);
 }
 
 static void __exit saa9730_cleanup(void)
-
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