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

Commit d96478d5 authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Kill unnecessary static on local var in ftrace_call_replace().

parent ddacd0bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@ static const u32 ftrace_nop = 0x01000000;


static u32 ftrace_call_replace(unsigned long ip, unsigned long addr)
static u32 ftrace_call_replace(unsigned long ip, unsigned long addr)
{
{
	static u32 call;
	u32 call;
	s32 off;
	s32 off;


	off = ((s32)addr - (s32)ip);
	off = ((s32)addr - (s32)ip);