From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] rtc: sa1100: include mach/irqs.h instead of asm/irq.h
Date: Thu, 16 Feb 2012 21:32:14 -0600 [thread overview]
Message-ID: <1329449534-23811-5-git-send-email-robherring2@gmail.com> (raw)
In-Reply-To: <1329449534-23811-1-git-send-email-robherring2@gmail.com>
From: Rob Herring <rob.herring@calxeda.com>
Since asm/irq.h may not include mach/irqs.h, include mach/irqs.h directly.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
---
drivers/rtc/rtc-sa1100.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-sa1100.c b/drivers/rtc/rtc-sa1100.c
index cb9a585..e8f1add 100644
--- a/drivers/rtc/rtc-sa1100.c
+++ b/drivers/rtc/rtc-sa1100.c
@@ -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>
--
1.7.5.4
prev parent reply other threads:[~2012-02-17 3:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-17 3:32 [PATCH 0/4] sparse irq fixes for pxa and sa1100 Rob Herring
2012-02-17 3:32 ` [PATCH 1/4] ARM: sa1100: fix sa1100 after sparse irq conversion Rob Herring
2012-02-18 23:18 ` Russell King - ARM Linux
2012-02-19 15:21 ` Rob Herring
2012-02-19 19:39 ` Russell King - ARM Linux
2012-02-21 13:25 ` Russell King - ARM Linux
2012-02-21 17:02 ` Rob Herring
2012-02-22 22:09 ` Russell King - ARM Linux
2012-02-18 23:20 ` Russell King - ARM Linux
2012-02-23 22:11 ` Russell King - ARM Linux
2012-02-23 22:24 ` Rob Herring
2012-02-23 22:25 ` Russell King - ARM Linux
2012-02-23 22:53 ` Russell King - ARM Linux
2012-02-17 3:32 ` [PATCH 2/4] ARM: sa1100: fix simpad compile error Rob Herring
2012-02-17 3:32 ` [PATCH 3/4] ARM: pxa: mainstone: add missing include for IRQ_BOARD_START Rob Herring
2012-02-17 3:32 ` Rob Herring [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1329449534-23811-5-git-send-email-robherring2@gmail.com \
--to=robherring2@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.