diff options
author | Michal Simek <monstr@monstr.eu> | 2010-04-07 05:44:00 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-04-07 09:47:55 -0400 |
commit | af2b021fd6dc3e145d20f5eb927af9590c80bc44 (patch) | |
tree | bd7858bcd058b999a0431cb41e67b8e237433a79 /arch/microblaze/kernel/ptrace.c | |
parent | 7a325aa26cf8eb367b5d8b675a9425bef18d351a (diff) |
microblaze: Remove unused variable from ptrace
Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/ptrace.c')
-rw-r--r-- | arch/microblaze/kernel/ptrace.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/kernel/ptrace.c b/arch/microblaze/kernel/ptrace.c index 6d6349a145f9..a4a7770c6140 100644 --- a/arch/microblaze/kernel/ptrace.c +++ b/arch/microblaze/kernel/ptrace.c | |||
@@ -75,7 +75,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
75 | { | 75 | { |
76 | int rval; | 76 | int rval; |
77 | unsigned long val = 0; | 77 | unsigned long val = 0; |
78 | unsigned long copied; | ||
79 | 78 | ||
80 | switch (request) { | 79 | switch (request) { |
81 | /* Read/write the word at location ADDR in the registers. */ | 80 | /* Read/write the word at location ADDR in the registers. */ |