aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/serio
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2006-01-09 13:56:42 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-01-09 13:56:42 +0000
commite9368f8288338c25d8a339c91b15e17ebf33752d (patch)
treec8dd47c8195882b6a6ffc7fdb10ae8e5c6f33d9d /drivers/input/serio
parent[ARM] Remove CONFIG_ARCH_CAMELOT from defconfigs (diff)
downloadlinux-dev-e9368f8288338c25d8a339c91b15e17ebf33752d.tar.xz
linux-dev-e9368f8288338c25d8a339c91b15e17ebf33752d.zip
[ARM] Remove asm/irq.h includes from ARM drivers
Many ARM drivers do not need to include asm/irq.h - remove this unnecessary include from some ARM drivers. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/input/serio')
-rw-r--r--drivers/input/serio/sa1111ps2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/sa1111ps2.c b/drivers/input/serio/sa1111ps2.c
index 3f0df3330fb2..ebd9976fc811 100644
--- a/drivers/input/serio/sa1111ps2.c
+++ b/drivers/input/serio/sa1111ps2.c
@@ -20,7 +20,6 @@
#include <linux/spinlock.h>
#include <asm/io.h>
-#include <asm/irq.h>
#include <asm/system.h>
#include <asm/hardware/sa1111.h>