From: robherring2@gmail.com (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/4] ARM: pxa: mainstone: add missing include for IRQ_BOARD_START
Date: Thu, 16 Feb 2012 21:32:13 -0600 [thread overview]
Message-ID: <1329449534-23811-4-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>
As part of mach/irqs.h include removal from sparse, mainstone.h was missed.
This fixes the compile of the pcmcia driver.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
---
arch/arm/mach-pxa/include/mach/mainstone.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-pxa/include/mach/mainstone.h b/arch/arm/mach-pxa/include/mach/mainstone.h
index 4c2d11c..1bfc4e8 100644
--- a/arch/arm/mach-pxa/include/mach/mainstone.h
+++ b/arch/arm/mach-pxa/include/mach/mainstone.h
@@ -13,6 +13,8 @@
#ifndef ASM_ARCH_MAINSTONE_H
#define ASM_ARCH_MAINSTONE_H
+#include <mach/irqs.h>
+
#define MST_ETH_PHYS PXA_CS4_PHYS
#define MST_FPGA_PHYS PXA_CS2_PHYS
--
1.7.5.4
next 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 ` Rob Herring [this message]
2012-02-17 3:32 ` [PATCH 4/4] rtc: sa1100: include mach/irqs.h instead of asm/irq.h Rob Herring
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-4-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).