提交 d96478d5 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ddacd0bc
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册