Commit 42ad59e3 authored by Markos Chandras's avatar Markos Chandras Committed by James Hogan

metag/mm/cache: Restrict scope for metag_lnkget_probe

Hide symbol since it's only used within the cache.c file
Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent a85882d7
...@@ -45,7 +45,7 @@ static volatile u32 lnkget_testdata[16] __initdata __aligned(64); ...@@ -45,7 +45,7 @@ static volatile u32 lnkget_testdata[16] __initdata __aligned(64);
#define LNKGET_CONSTANT 0xdeadbeef #define LNKGET_CONSTANT 0xdeadbeef
void __init metag_lnkget_probe(void) static void __init metag_lnkget_probe(void)
{ {
int temp; int temp;
long flags; long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment