]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ieee1394/ohci1394.c
Initialize ieee1394 early when built in
[linux-2.6-omap-h63xx.git] / drivers / ieee1394 / ohci1394.c
index baa090d08d207919df05d5e6ac0d53505bfa9c07..330dcf7c699db8eb2ddf18f3b651007e262a82c1 100644 (file)
@@ -3719,5 +3719,7 @@ static int __init ohci1394_init(void)
        return pci_register_driver(&ohci1394_pci_driver);
 }
 
-module_init(ohci1394_init);
+/* Register before most other device drivers.
+ * Useful for remote debugging via physical DMA, e.g. using firescope. */
+fs_initcall(ohci1394_init);
 module_exit(ohci1394_cleanup);