RB153 must use the generic RB1xx's setup code
authorGabor Juhos <juhosg@openwrt.org>
Sat, 3 Nov 2007 15:35:25 +0000 (15:35 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sat, 3 Nov 2007 15:35:25 +0000 (15:35 +0000)
SVN-Revision: 9491

target/linux/adm5120/files/arch/mips/adm5120/boards/mikrotik.c

index 1af14ab9081eb97d142c65406a97d80bdbd869c1..d81e0cf33f003b7fd8146bd0bdeefaf0349b3f96 100644 (file)
@@ -283,8 +283,8 @@ static void __init rb150_setup(void)
 
 static void __init rb153_setup(void)
 {
-       rb150_setup();
        rb153_cf_setup();
+       rb1xx_setup();
 }
 
 /*--------------------------------------------------------------------------*/