From: Markos Chandras Date: Wed, 8 May 2013 15:29:16 +0000 (+0100) Subject: metag/mm/cache: Restrict scope for metag_lnkget_probe X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=42ad59e37504d52e59926e910c720d3b60158dc9;p=linux-beck.git metag/mm/cache: Restrict scope for metag_lnkget_probe Hide symbol since it's only used within the cache.c file Signed-off-by: Markos Chandras Signed-off-by: James Hogan --- diff --git a/arch/metag/mm/cache.c b/arch/metag/mm/cache.c index b5d3b2e7c160..a62285284ab8 100644 --- a/arch/metag/mm/cache.c +++ b/arch/metag/mm/cache.c @@ -45,7 +45,7 @@ static volatile u32 lnkget_testdata[16] __initdata __aligned(64); #define LNKGET_CONSTANT 0xdeadbeef -void __init metag_lnkget_probe(void) +static void __init metag_lnkget_probe(void) { int temp; long flags;