diff options
Diffstat (limited to 'drivers/ieee1394/ohci1394.c')
-rw-r--r-- | drivers/ieee1394/ohci1394.c | 4 |
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 | ||
3722 | module_init(ohci1394_init); | 3722 | /* Register before most other device drivers. |
3723 | * Useful for remote debugging via physical DMA, e.g. using firescope. */ | ||
3724 | fs_initcall(ohci1394_init); | ||
3723 | module_exit(ohci1394_cleanup); | 3725 | module_exit(ohci1394_cleanup); |