diff options
author | Thomas Gleixner | 2006-07-01 23:32:15 +0200 |
---|---|---|
committer | Russell King | 2006-07-01 23:32:15 +0200 |
commit | e6e3c3be8add9167c36c27f54954dfd8d7533543 (patch) | |
tree | fc767a61530ae89518f18794e7437765b4270f9a /drivers/input/touchscreen | |
parent | [ARM] 3686/1: ARM: arm/common: convert irq handling (diff) | |
download | kernel-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')
-rw-r--r-- | drivers/input/touchscreen/corgi_ts.c | 2 |
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> |