1
0
Fork 0

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>
wifi-calibration
Markos Chandras 2013-05-08 16:29:16 +01:00 committed by James Hogan
parent a85882d74b
commit 42ad59e375
1 changed files with 1 additions and 1 deletions

View File

@ -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;