1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 20:31:07 +03:00

[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
This commit is contained in:
juhosg 2007-11-03 15:35:25 +00:00
parent 572057b9fc
commit def6198007

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();
}
/*--------------------------------------------------------------------------*/