From: David Miller Date: Fri, 18 Mar 2011 22:00:23 +0000 (-0700) Subject: mmc: of_mmc_spi: Need to include irq.h and of_irq.h X-Git-Tag: upstream/snapshot3+hdmi~10748^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b2fce6ad9f0f01cc06745298148a4941ccc4d3ec;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mmc: of_mmc_spi: Need to include irq.h and of_irq.h Since these are the headers that provide irq_of_parse_and_map() and NO_IRQ. Signed-off-by: David S. Miller Acked-by: Grant Likely Signed-off-by: Chris Ball --- 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 #include #include +#include #include #include #include +#include #include #include #include