From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ash.lnxi.com ([207.88.130.242] helo=DLT.linuxnetworx.com) by pentafluge.infradead.org with esmtp (Exim 3.22 #1 (Red Hat Linux)) id 16VOSV-0001Jc-00 for ; Tue, 29 Jan 2002 02:57:19 +0000 To: Subject: [RFC] changing module_init to subsys_initcall... From: ebiederman@lnxi.com (Eric W. Biederman) Date: 28 Jan 2002 20:08:22 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: 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