Skip to content

Commit

Permalink
sparc64: Kill unnecessary static on local var in ftrace_call_replace().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 13, 2010
1 parent ddacd0b commit d96478d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/kernel/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static const u32 ftrace_nop = 0x01000000;

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

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

0 comments on commit d96478d

Please sign in to comment.