Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;