From 42ad59e37504d52e59926e910c720d3b60158dc9 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Wed, 8 May 2013 16:29:16 +0100 Subject: 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 --- arch/metag/mm/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/metag/mm') 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; -- cgit v1.2.3