ptrace: Cleanup useless header
authorAlessio Igor Bogani <abogani@texware.it>
Sun, 25 Apr 2010 11:18:48 +0000 (13:18 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 26 Apr 2010 21:42:51 +0000 (23:42 +0200)
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>
kernel/ptrace.c

index 5357502..2f0f50b 100644 (file)
@@ -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>