diff options
Diffstat (limited to 'arch/mips/mips-boards/malta/malta_int.c')
-rw-r--r-- | arch/mips/mips-boards/malta/malta_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mips-boards/malta/malta_int.c b/arch/mips/mips-boards/malta/malta_int.c index b393982c0cc0..ea176113fea9 100644 --- a/arch/mips/mips-boards/malta/malta_int.c +++ b/arch/mips/mips-boards/malta/malta_int.c | |||
@@ -400,7 +400,7 @@ static struct gic_intr_map gic_intr_map[] = { | |||
400 | /* | 400 | /* |
401 | * GCMP needs to be detected before any SMP initialisation | 401 | * GCMP needs to be detected before any SMP initialisation |
402 | */ | 402 | */ |
403 | int __init gcmp_probe(unsigned long addr, unsigned long size) | 403 | static int __init gcmp_probe(unsigned long addr, unsigned long size) |
404 | { | 404 | { |
405 | if (gcmp_present >= 0) | 405 | if (gcmp_present >= 0) |
406 | return gcmp_present; | 406 | return gcmp_present; |