diff options
Diffstat (limited to 'arch/mips/txx9/generic/setup.c')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 452cb9ea12c0..5afc5d5cab03 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c | |||
@@ -140,7 +140,7 @@ void __init prom_init(void) | |||
140 | 140 | ||
141 | strcpy(txx9_system_type, txx9_board_vec->system); | 141 | strcpy(txx9_system_type, txx9_board_vec->system); |
142 | 142 | ||
143 | return txx9_board_vec->prom_init(); | 143 | txx9_board_vec->prom_init(); |
144 | } | 144 | } |
145 | 145 | ||
146 | void __init prom_free_prom_memory(void) | 146 | void __init prom_free_prom_memory(void) |