diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-05-08 17:29:16 +0200 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-06-13 13:55:28 +0200 |
commit | 42ad59e37504d52e59926e910c720d3b60158dc9 (patch) | |
tree | 15bedce41056c40c4948e403170e72426e6d6d79 /arch | |
parent | metag/asm/irq.h: Declare init_IRQ (diff) | |
download | linux-42ad59e37504d52e59926e910c720d3b60158dc9.tar.xz linux-42ad59e37504d52e59926e910c720d3b60158dc9.zip |
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')
-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 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; |