Commit bccea41e authored by Vineet Gupta's avatar Vineet Gupta

ARC: fix unused var wanring

Fixes: 9bf39ab2 ("vfs: add file_path() helper")
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent f718c2ef
......@@ -58,7 +58,6 @@ static void show_callee_regs(struct callee_regs *cregs)
static void print_task_path_n_nm(struct task_struct *tsk, char *buf)
{
struct path path;
char *path_nm = NULL;
struct mm_struct *mm;
struct file *exe_file;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment