aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Igor Bogani <abogani@texware.it>2010-04-25 13:18:48 +0200
committerFrederic Weisbecker <fweisbec@gmail.com>2010-04-26 23:42:51 +0200
commitb8bc1389b74c2b66255651a6fcfae56c78b6e63f (patch)
treedc3d2b1d6beab0dd44ed0dda2e0aa1cc2a99be44
parent5534ecb2dda04345e8243901e0e49599228b4273 (diff)
ptrace: Cleanup useless header
BKL isn't present anymore into this file thus we can safely remove smp_lock.h inclusion. Signed-off-by: Alessio Igor Bogani <abogani@texware.it> Cc: Roland McGrath <roland@redhat.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: James Morris <jmorris@namei.org> Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
-rw-r--r--kernel/ptrace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/ptrace.c b/kernel/ptrace.c
index 53575020f82..2f0f50b450a 100644
--- a/kernel/ptrace.c
+++ b/kernel/ptrace.c
@@ -14,7 +14,6 @@
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/pagemap.h>
-#include <linux/smp_lock.h>
#include <linux/ptrace.h>
#include <linux/security.h>
#include <linux/signal.h>