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: v2.6.39-rc1~1^2~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b2fce6ad9f0f01cc06745298148a4941ccc4d3ec;p=~shefty%2Frdma-dev.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 5530def54e5..e2aecb7f1d5 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