From: Wanlong Gao <wanlong.gao@gmail.com>
To: Chris Ball <cjb@laptop.org>, Grant Likely <grant.likely@secretlab.ca>
Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
Wanlong Gao <wanlong.gao@gmail.com>
Subject: [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c
Date: Tue, 24 May 2011 21:03:22 +0800 [thread overview]
Message-ID: <1306242202-9252-1-git-send-email-wanlong.gao@gmail.com> (raw)
For archs that don't support NO_IRQ (such as mips),
provide a dummy value. Fix the build error for mips.
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
---
drivers/mmc/host/of_mmc_spi.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
index e2aecb7..ab66f24 100644
--- a/drivers/mmc/host/of_mmc_spi.c
+++ b/drivers/mmc/host/of_mmc_spi.c
@@ -25,6 +25,11 @@
#include <linux/mmc/core.h>
#include <linux/mmc/host.h>
+/* For archs that don't support NO_IRQ (such as mips), provide a dummy value */
+#ifndef NO_IRQ
+#define NO_IRQ 0
+#endif
+
MODULE_LICENSE("GPL");
enum {
--
1.7.4.1
next reply other threads:[~2011-05-24 13:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 13:03 Wanlong Gao [this message]
2011-05-27 3:32 ` [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c Grant Likely
2011-05-27 3:44 ` Chris Ball
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=1306242202-9252-1-git-send-email-wanlong.gao@gmail.com \
--to=wanlong.gao@gmail.com \
--cc=cjb@laptop.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.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).