aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2010-04-07 11:44:00 +0200
committerMichal Simek <monstr@monstr.eu>2010-04-07 15:47:55 +0200
commitaf2b021fd6dc3e145d20f5eb927af9590c80bc44 (patch)
treebd7858bcd058b999a0431cb41e67b8e237433a79 /arch/microblaze
parentmicroblaze: io.h: Add io big-endian function (diff)
downloadlinux-dev-af2b021fd6dc3e145d20f5eb927af9590c80bc44.tar.xz
linux-dev-af2b021fd6dc3e145d20f5eb927af9590c80bc44.zip
microblaze: Remove unused variable from ptrace
Patch b3c1e01a09d6af2dd7811a066ffcfc5171be2bed should do it. Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r--arch/microblaze/kernel/ptrace.c1
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)
{
int rval;
unsigned long val = 0;
- unsigned long copied;
switch (request) {
/* Read/write the word at location ADDR in the registers. */