diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2006-07-01 17:32:16 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-07-01 17:32:16 -0400 |
commit | ff632054ced5e1a8a28e7196c013e5af37895f7b (patch) | |
tree | 7b2a18678f9280b2fbefad07f5f12433b9f10521 | |
parent | e6e3c3be8add9167c36c27f54954dfd8d7533543 (diff) |
[ARM] 3695/1: ARM drivers/pcmcia: 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>
-rw-r--r-- | drivers/pcmcia/soc_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c index ecf65d4c4e95..8ef3f91310d2 100644 --- a/drivers/pcmcia/soc_common.c +++ b/drivers/pcmcia/soc_common.c | |||
@@ -38,12 +38,12 @@ | |||
38 | #include <linux/timer.h> | 38 | #include <linux/timer.h> |
39 | #include <linux/mm.h> | 39 | #include <linux/mm.h> |
40 | #include <linux/interrupt.h> | 40 | #include <linux/interrupt.h> |
41 | #include <linux/irq.h> | ||
41 | #include <linux/spinlock.h> | 42 | #include <linux/spinlock.h> |
42 | #include <linux/cpufreq.h> | 43 | #include <linux/cpufreq.h> |
43 | 44 | ||
44 | #include <asm/hardware.h> | 45 | #include <asm/hardware.h> |
45 | #include <asm/io.h> | 46 | #include <asm/io.h> |
46 | #include <asm/irq.h> | ||
47 | #include <asm/system.h> | 47 | #include <asm/system.h> |
48 | 48 | ||
49 | #include "soc_common.h" | 49 | #include "soc_common.h" |