From be51abfa84f37586d788560db36117216dae9dd4 Mon Sep 17 00:00:00 2001 From: Dmitri Vorobiev Date: Wed, 18 Jun 2008 10:18:22 +0300 Subject: [PATCH] --- yaml --- r: 101436 b: refs/heads/master c: 6ccab43b49beced70d8663b47ab471c4a23cb580 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/mips-boards/malta/malta_int.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 55e3feb0fcca..5863d0343a95 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7afed6a6c92fadedde8474bbfd92d6debc5e23b0 +refs/heads/master: 6ccab43b49beced70d8663b47ab471c4a23cb580 diff --git a/trunk/arch/mips/mips-boards/malta/malta_int.c b/trunk/arch/mips/mips-boards/malta/malta_int.c index b393982c0cc0..ea176113fea9 100644 --- a/trunk/arch/mips/mips-boards/malta/malta_int.c +++ b/trunk/arch/mips/mips-boards/malta/malta_int.c @@ -400,7 +400,7 @@ static struct gic_intr_map gic_intr_map[] = { /* * GCMP needs to be detected before any SMP initialisation */ -int __init gcmp_probe(unsigned long addr, unsigned long size) +static int __init gcmp_probe(unsigned long addr, unsigned long size) { if (gcmp_present >= 0) return gcmp_present;