RB153 must use the generic RB1xx's setup code

SVN-Revision: 9491
This commit is contained in:
Gabor Juhos 2007-11-03 15:35:25 +00:00
parent 7beed53403
commit 7c70e465c7

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