diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-05-08 16:29:16 +0100 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-06-13 12:55:28 +0100 |
commit | 42ad59e37504d52e59926e910c720d3b60158dc9 (patch) | |
tree | 15bedce41056c40c4948e403170e72426e6d6d79 /arch/metag | |
parent | a85882d74b6d0fec122b2c7a77c1daa2e3b18909 (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')
-rw-r--r-- | arch/metag/mm/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/mm/cache.c b/arch/metag/mm/cache.c index b5d3b2e7c16..a62285284ab 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; |