Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.h

Since asm/irq.h may not include mach/irqs.h, include mach/irqs.h directly.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Rob Herring and committed by
Russell King
905cdc88 7256ecc2

+1 -1
+1 -1
drivers/rtc/rtc-sa1100.c
··· 32 32 #include <linux/bitops.h> 33 33 34 34 #include <mach/hardware.h> 35 - #include <asm/irq.h> 35 + #include <mach/irqs.h> 36 36 37 37 #ifdef CONFIG_ARCH_PXA 38 38 #include <mach/regs-rtc.h>