summaryrefslogtreecommitdiff
path: root/arch/metag/mm
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-05-08 16:29:16 +0100
committerJames Hogan <james.hogan@imgtec.com>2013-06-13 12:55:28 +0100
commit42ad59e37504d52e59926e910c720d3b60158dc9 (patch)
tree15bedce41056c40c4948e403170e72426e6d6d79 /arch/metag/mm
parenta85882d74b6d0fec122b2c7a77c1daa2e3b18909 (diff)
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 <markos.chandras@imgtec.com> Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/metag/mm')
-rw-r--r--arch/metag/mm/cache.c2
1 files changed, 1 insertions, 1 deletions
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;