diff options
-rw-r--r-- | arch/mips/mm/c-sb1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/c-sb1.c b/arch/mips/mm/c-sb1.c index 9ea460b16bda..6f9bd7fbd481 100644 --- a/arch/mips/mm/c-sb1.c +++ b/arch/mips/mm/c-sb1.c | |||
@@ -476,7 +476,7 @@ static __init void probe_cache_sizes(void) | |||
476 | * memory management function pointers, as well as initialize | 476 | * memory management function pointers, as well as initialize |
477 | * the caches and tlbs | 477 | * the caches and tlbs |
478 | */ | 478 | */ |
479 | void sb1_cache_init(void) | 479 | void __init sb1_cache_init(void) |
480 | { | 480 | { |
481 | extern char except_vec2_sb1; | 481 | extern char except_vec2_sb1; |
482 | 482 | ||