Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65067
b: refs/heads/master
c: be7963b
h: refs/heads/master
i:
  65065: 7ab19ca
  65063: cce66bb
v: v3
  • Loading branch information
Stefan Richter committed Sep 20, 2007
1 parent b7b245a commit d64b56f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6d0b842d3bf0cc027dcff57a89fb8a6b1fd610e1
refs/heads/master: be7963b7e7f08a149e247c0bf29a4abd174e0929
2 changes: 1 addition & 1 deletion trunk/drivers/ieee1394/ieee1394_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ static void __exit ieee1394_cleanup(void)
unregister_chrdev_region(IEEE1394_CORE_DEV, 256);
}

fs_initcall(ieee1394_init); /* same as ohci1394 */
module_init(ieee1394_init);
module_exit(ieee1394_cleanup);

/* Exported symbols */
Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/ieee1394/ohci1394.c
Original file line number Diff line number Diff line change
Expand Up @@ -3537,7 +3537,5 @@ static int __init ohci1394_init(void)
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);

0 comments on commit d64b56f

Please sign in to comment.