Skip to content

Commit

Permalink
ARM: 7340/1: rtc: sa1100: include mach/irqs.h instead of asm/irq.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Russell King committed Mar 25, 2012
1 parent 7256ecc commit 905cdc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rtc/rtc-sa1100.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <linux/bitops.h>

#include <mach/hardware.h>
#include <asm/irq.h>
#include <mach/irqs.h>

#ifdef CONFIG_ARCH_PXA
#include <mach/regs-rtc.h>
Expand Down

0 comments on commit 905cdc8

Please sign in to comment.