aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-03-03 14:45:25 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-04-21 15:34:47 -0400
commit0f0a00beb80624a446ba7c0152cd171008eeab2e (patch)
treef232c6fef33e604d717090e0f1316e2d2ee5b259 /arch/arm/mach-footbridge
parent27350afdfc94a78adbdee20bb00f6058a0ef1eab (diff)
[ARM] Remove needless linux/ptrace.h includes
Lots of places in arch/arm were needlessly including linux/ptrace.h, resumably because we used to pass a struct pt_regs to interrupt handlers. Now that we don't, all these ptrace.h includes are redundant. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-footbridge')
-rw-r--r--arch/arm/mach-footbridge/dc21285.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-footbridge/dc21285.c b/arch/arm/mach-footbridge/dc21285.c
index 1463330ed8ee..d0dc51e81338 100644
--- a/arch/arm/mach-footbridge/dc21285.c
+++ b/arch/arm/mach-footbridge/dc21285.c
@@ -10,7 +10,6 @@
10 */ 10 */
11#include <linux/kernel.h> 11#include <linux/kernel.h>
12#include <linux/pci.h> 12#include <linux/pci.h>
13#include <linux/ptrace.h>
14#include <linux/interrupt.h> 13#include <linux/interrupt.h>
15#include <linux/mm.h> 14#include <linux/mm.h>
16#include <linux/slab.h> 15#include <linux/slab.h>