|
@@ -3537,7 +3537,5 @@ static int __init ohci1394_init(void)
|
|
return pci_register_driver(&ohci1394_pci_driver);
|
|
return pci_register_driver(&ohci1394_pci_driver);
|
|
}
|
|
}
|
|
|
|
|
|
-/* Register before most other device drivers.
|
|
|
|
- * Useful for remote debugging via physical DMA, e.g. using firescope. */
|
|
|
|
-fs_initcall(ohci1394_init);
|
|
|
|
|
|
+module_init(ohci1394_init);
|
|
module_exit(ohci1394_cleanup);
|
|
module_exit(ohci1394_cleanup);
|