diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-03-03 19:45:25 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-04-21 20:34:47 +0100 |
commit | 0f0a00beb80624a446ba7c0152cd171008eeab2e (patch) | |
tree | f232c6fef33e604d717090e0f1316e2d2ee5b259 /arch/arm/mach-s3c2412 | |
parent | 27350afdfc94a78adbdee20bb00f6058a0ef1eab (diff) | |
download | op-kernel-dev-0f0a00beb80624a446ba7c0152cd171008eeab2e.zip op-kernel-dev-0f0a00beb80624a446ba7c0152cd171008eeab2e.tar.gz |
[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-s3c2412')
-rw-r--r-- | arch/arm/mach-s3c2412/irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2412/irq.c b/arch/arm/mach-s3c2412/irq.c index e89dbdc..f0d6682 100644 --- a/arch/arm/mach-s3c2412/irq.c +++ b/arch/arm/mach-s3c2412/irq.c @@ -23,7 +23,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> |