* [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h
@ 2011-03-18 22:00 David Miller
2011-03-24 3:41 ` Grant Likely
2011-03-24 22:55 ` Chris Ball
0 siblings, 2 replies; 3+ messages in thread
From: David Miller @ 2011-03-18 22:00 UTC (permalink / raw)
To: grant.likely; +Cc: linux-mmc, linux-kernel
Since these are the headers that provide irq_of_parse_and_map()
and NO_IRQ.
Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
index 5530def..e2aecb7 100644
--- a/drivers/mmc/host/of_mmc_spi.c
+++ b/drivers/mmc/host/of_mmc_spi.c
@@ -15,9 +15,11 @@
#include <linux/module.h>
#include <linux/device.h>
#include <linux/slab.h>
+#include <linux/irq.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
+#include <linux/of_irq.h>
#include <linux/spi/spi.h>
#include <linux/spi/mmc_spi.h>
#include <linux/mmc/core.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h
2011-03-18 22:00 [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h David Miller
@ 2011-03-24 3:41 ` Grant Likely
2011-03-24 22:55 ` Chris Ball
1 sibling, 0 replies; 3+ messages in thread
From: Grant Likely @ 2011-03-24 3:41 UTC (permalink / raw)
To: David Miller; +Cc: linux-mmc, linux-kernel
On Fri, Mar 18, 2011 at 03:00:23PM -0700, David Miller wrote:
>
> Since these are the headers that provide irq_of_parse_and_map()
> and NO_IRQ.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Chris, let me know if you need me to take this via my tree.
g.
>
> diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
> index 5530def..e2aecb7 100644
> --- a/drivers/mmc/host/of_mmc_spi.c
> +++ b/drivers/mmc/host/of_mmc_spi.c
> @@ -15,9 +15,11 @@
> #include <linux/module.h>
> #include <linux/device.h>
> #include <linux/slab.h>
> +#include <linux/irq.h>
> #include <linux/gpio.h>
> #include <linux/of.h>
> #include <linux/of_gpio.h>
> +#include <linux/of_irq.h>
> #include <linux/spi/spi.h>
> #include <linux/spi/mmc_spi.h>
> #include <linux/mmc/core.h>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h
2011-03-18 22:00 [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h David Miller
2011-03-24 3:41 ` Grant Likely
@ 2011-03-24 22:55 ` Chris Ball
1 sibling, 0 replies; 3+ messages in thread
From: Chris Ball @ 2011-03-24 22:55 UTC (permalink / raw)
To: David Miller; +Cc: grant.likely, linux-mmc, linux-kernel
Hi,
On Fri, Mar 18 2011, David Miller wrote:
> Since these are the headers that provide irq_of_parse_and_map()
> and NO_IRQ.
>
> Signed-off-by: David S. Miller <davem@davemloft.net>
>
> diff --git a/drivers/mmc/host/of_mmc_spi.c b/drivers/mmc/host/of_mmc_spi.c
> index 5530def..e2aecb7 100644
> --- a/drivers/mmc/host/of_mmc_spi.c
> +++ b/drivers/mmc/host/of_mmc_spi.c
> @@ -15,9 +15,11 @@
> #include <linux/module.h>
> #include <linux/device.h>
> #include <linux/slab.h>
> +#include <linux/irq.h>
> #include <linux/gpio.h>
> #include <linux/of.h>
> #include <linux/of_gpio.h>
> +#include <linux/of_irq.h>
> #include <linux/spi/spi.h>
> #include <linux/spi/mmc_spi.h>
> #include <linux/mmc/core.h>
Pushed to mmc-next for .39-rc2 with Grant's ACK, thanks.
- Chris.
--
Chris Ball <cjb@laptop.org> <http://printf.net/>
One Laptop Per Child
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-24 22:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-18 22:00 [PATCH] of_mmc_spi: Need to include irq.h and of_irq.h David Miller
2011-03-24 3:41 ` Grant Likely
2011-03-24 22:55 ` Chris Ball
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome