[RFC] changing module_init to subsys_initcall...

Eric W. Biederman ebiederman at lnxi.com
Mon Jan 28 22:08:22 EST 2002


In 2.5.3-pre4 I belive multiple priorities of initcalls were added
to the linux kernel.  Would anyone have a problem with changing
module_init(x) to subsys_initcall(x) in the core mtd modules?

I have had problems in the past where an mtd driver not under
drivers/mtd had the problem that it would not work when everything was
compiled into the kernel.  And this looks like any easy fix.

Eric




More information about the linux-mtd mailing list