aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ieee1394/ohci1394.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r--drivers/ieee1394/ohci1394.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/ieee1394/ohci1394.c b/drivers/ieee1394/ohci1394.c
index baa090d08d20..330dcf7c699d 100644
--- a/drivers/ieee1394/ohci1394.c
+++ b/drivers/ieee1394/ohci1394.c
@@ -3719,5 +3719,7 @@ static int __init ohci1394_init(void)
3719 return pci_register_driver(&ohci1394_pci_driver); 3719 return pci_register_driver(&ohci1394_pci_driver);
3720} 3720}
3721 3721
3722module_init(ohci1394_init); 3722/* Register before most other device drivers.
3723 * Useful for remote debugging via physical DMA, e.g. using firescope. */
3724fs_initcall(ohci1394_init);
3723module_exit(ohci1394_cleanup); 3725module_exit(ohci1394_cleanup);