Explorar o código

microblaze: Remove unused variable from ptrace

Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
Michal Simek %!s(int64=15) %!d(string=hai) anos
pai
achega
af2b021fd6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      arch/microblaze/kernel/ptrace.c

+ 0 - 1
arch/microblaze/kernel/ptrace.c

@@ -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. */