Commit 329bc121 authored by Linus Torvalds's avatar Linus Torvalds

Make chr_dev_init() happen after PCI init, but before low-level

driver initializations
parent fe51fa16
...@@ -713,4 +713,4 @@ static int __init chr_dev_init(void) ...@@ -713,4 +713,4 @@ static int __init chr_dev_init(void)
return 0; return 0;
} }
subsys_initcall(chr_dev_init); fs_initcall(chr_dev_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment