Commit ff632054ced5e1a8a28e7196c013e5af37895f7b
Committed by
Russell King
1 parent
e6e3c3be8a
Exists in
master
and in
4 other branches
[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>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/pcmcia/soc_common.c
| ... | ... | @@ -38,12 +38,12 @@ |
| 38 | 38 | #include <linux/timer.h> |
| 39 | 39 | #include <linux/mm.h> |
| 40 | 40 | #include <linux/interrupt.h> |
| 41 | +#include <linux/irq.h> | |
| 41 | 42 | #include <linux/spinlock.h> |
| 42 | 43 | #include <linux/cpufreq.h> |
| 43 | 44 | |
| 44 | 45 | #include <asm/hardware.h> |
| 45 | 46 | #include <asm/io.h> |
| 46 | -#include <asm/irq.h> | |
| 47 | 47 | #include <asm/system.h> |
| 48 | 48 | |
| 49 | 49 | #include "soc_common.h" |