From: Chris Ball <cjb@laptop.org>
To: Wanlong Gao <wanlong.gao@gmail.com>
Cc: Grant Likely <grant.likely@secretlab.ca>,
linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c
Date: Thu, 26 May 2011 23:44:38 -0400 [thread overview]
Message-ID: <m34o4gu7rt.fsf@pullcord.laptop.org> (raw)
In-Reply-To: <1306242202-9252-1-git-send-email-wanlong.gao@gmail.com> (Wanlong Gao's message of "Tue, 24 May 2011 21:03:22 +0800")
Hi,
On Tue, May 24 2011, Wanlong Gao wrote:
> 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 {
Thanks, queued for Linus with Grant's ACK.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
prev parent reply other threads:[~2011-05-27 3:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 13:03 [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c Wanlong Gao
2011-05-27 3:32 ` Grant Likely
2011-05-27 3:44 ` Chris Ball [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=m34o4gu7rt.fsf@pullcord.laptop.org \
--to=cjb@laptop.org \
--cc=grant.likely@secretlab.ca \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=wanlong.gao@gmail.com \
/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