summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-s3c24xx/irq.c
diff options
context:
space:
mode:
authorRussell King2007-03-03 20:45:25 +0100
committerRussell King2007-04-21 21:34:47 +0200
commit0f0a00beb80624a446ba7c0152cd171008eeab2e (patch)
treef232c6fef33e604d717090e0f1316e2d2ee5b259 /arch/arm/plat-s3c24xx/irq.c
parent[ARM] EBSA110: Add readsw/readsl/writesw/writesl (diff)
downloadkernel-qcow2-linux-0f0a00beb80624a446ba7c0152cd171008eeab2e.tar.gz
kernel-qcow2-linux-0f0a00beb80624a446ba7c0152cd171008eeab2e.tar.xz
kernel-qcow2-linux-0f0a00beb80624a446ba7c0152cd171008eeab2e.zip
[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/plat-s3c24xx/irq.c')
-rw-r--r--arch/arm/plat-s3c24xx/irq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c24xx/irq.c b/arch/arm/plat-s3c24xx/irq.c
index ce186398e3fd..8fbc88470261 100644
--- a/arch/arm/plat-s3c24xx/irq.c
+++ b/arch/arm/plat-s3c24xx/irq.c
@@ -54,7 +54,6 @@
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
-#include <linux/ptrace.h>
#include <linux/sysdev.h>
#include <asm/hardware.h>