summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/corgi_ts.c
diff options
context:
space:
mode:
authorThomas Gleixner2006-07-01 23:32:15 +0200
committerRussell King2006-07-01 23:32:15 +0200
commite6e3c3be8add9167c36c27f54954dfd8d7533543 (patch)
treefc767a61530ae89518f18794e7437765b4270f9a /drivers/input/touchscreen/corgi_ts.c
parent[ARM] 3686/1: ARM: arm/common: convert irq handling (diff)
downloadkernel-qcow2-linux-e6e3c3be8add9167c36c27f54954dfd8d7533543.tar.gz
kernel-qcow2-linux-e6e3c3be8add9167c36c27f54954dfd8d7533543.tar.xz
kernel-qcow2-linux-e6e3c3be8add9167c36c27f54954dfd8d7533543.zip
[ARM] 3689/1: ARM drivers/input/touchscreen: Fixup includes
Patch from Thomas Gleixner From: Thomas Gleixner <tglx@linutronix.de> Include the generic header file instead of the ARM specific one. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/input/touchscreen/corgi_ts.c')
-rw-r--r--drivers/input/touchscreen/corgi_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/corgi_ts.c b/drivers/input/touchscreen/corgi_ts.c
index 5013703db0e6..b3eaf23b17c8 100644
--- a/drivers/input/touchscreen/corgi_ts.c
+++ b/drivers/input/touchscreen/corgi_ts.c
@@ -17,7 +17,7 @@
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/slab.h>
-//#include <asm/irq.h>
+#include <linux/irq.h>
#include <asm/arch/sharpsl.h>
#include <asm/arch/hardware.h>