[MIPS] Deforest the function pointer jungle in the time code.
Hard to follow who is pointing what to where and why so it's simply getting in the way of the time code renovation. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -145,13 +145,9 @@ static void __init dec_be_init(void)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
extern void dec_time_init(void);
|
||||
|
||||
void __init plat_mem_setup(void)
|
||||
{
|
||||
board_be_init = dec_be_init;
|
||||
board_time_init = dec_time_init;
|
||||
|
||||
wbflush_setup();
|
||||
|
||||
|
Reference in New Issue
Block a user