commit | bccea41ec02301a439a26e43fa49521ae8da4352 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Jul 06 10:25:01 2015 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Mon Jul 06 11:09:01 2015 +0530 |
tree | e1bf6a691accdaa82775d633e2060bb4f35f59dc | |
parent | f718c2efff0b0460e5335607a1c6caf620847680 [diff] |
ARC: fix unused var wanring Fixes: 9bf39ab2adaf ("vfs: add file_path() helper") Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
diff --git a/arch/arc/kernel/troubleshoot.c b/arch/arc/kernel/troubleshoot.c index 807f7d6..a6f91e8 100644 --- a/arch/arc/kernel/troubleshoot.c +++ b/arch/arc/kernel/troubleshoot.c
@@ -58,7 +58,6 @@ 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;