]> Git Repo - linux.git/commitdiff
ptrace: Cleanup useless header
authorAlessio Igor Bogani <[email protected]>
Sun, 25 Apr 2010 11:18:48 +0000 (13:18 +0200)
committerFrederic Weisbecker <[email protected]>
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 <[email protected]>
Cc: Roland McGrath <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: James Morris <[email protected]>
Cc: Ingo Molnar <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
kernel/ptrace.c

index 53575020f82b467731b15b5bfefb8150957c5ba6..2f0f50b450a336351b7d8ca547dab63b648a264e 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>
This page took 0.059458 seconds and 4 git commands to generate.