2011-05-24 13:03:44

by Wanlong Gao

[permalink] [raw]
Subject: [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c

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 <[email protected]>
---
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


2011-05-27 03:32:05

by Grant Likely

[permalink] [raw]
Subject: Re: [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c

On Tue, May 24, 2011 at 09:03:22PM +0800, 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 <[email protected]>

Acked-by: Grant Likely <[email protected]>
> ---
> 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
>

2011-05-27 03:43:29

by Chris Ball

[permalink] [raw]
Subject: Re: [PATCH] drivers:mmc:add the NO_IRQ define to of_mmc_spi.c

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 <[email protected]>
> ---
> 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 <[email protected]> <http://printf.net/>
One Laptop Per Child