[adm5120] RB153 must use the generic RB1xx's setup code

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9491 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2007-11-03 15:35:25 +00:00
parent 1de1dd52e3
commit fb8d9c84cc
1 changed files with 1 additions and 1 deletions

View File

@ -283,8 +283,8 @@ static void __init rb150_setup(void)
static void __init rb153_setup(void)
{
rb150_setup();
rb153_cf_setup();
rb1xx_setup();
}
/*--------------------------------------------------------------------------*/