Commit af2b021f authored by Michal Simek's avatar Michal Simek

microblaze: Remove unused variable from ptrace

Patch b3c1e01a should do it.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 7a325aa2
......@@ -75,7 +75,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data)
{
int rval;
unsigned long val = 0;
unsigned long copied;
switch (request) {
/* Read/write the word at location ADDR in the registers. */
......
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