microblaze: Remove unused variable from ptrace
authorMichal Simek <monstr@monstr.eu>
Wed, 7 Apr 2010 09:44:00 +0000 (11:44 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 7 Apr 2010 13:47:55 +0000 (15:47 +0200)
Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/kernel/ptrace.c

index 6d6349a..a4a7770 100644 (file)
@@ -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. */