[adm5120] fix initcall level of adm5120_board_setup()
authorGabor Juhos <juhosg@openwrt.org>
Tue, 25 Sep 2007 13:42:45 +0000 (13:42 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Tue, 25 Sep 2007 13:42:45 +0000 (13:42 +0000)
SVN-Revision: 9016

target/linux/adm5120/files/arch/mips/adm5120/board.c

index e124d7b5f12fa1ebe884e811fc7d0f15217318a8..44e59aa09b52b0feaa49f37e71dc0ec847608fb8 100644 (file)
@@ -108,7 +108,7 @@ static int __init adm5120_board_setup(void)
 
        return 0;
 }
-postcore_initcall(adm5120_board_setup);
+arch_initcall(adm5120_board_setup);
 
 void __init adm5120_board_register(struct adm5120_board *board)
 {