microblaze: Remove unused variable from ptrace
Patch b3c1e01a09
should do it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
7a325aa26c
commit
af2b021fd6
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue