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 <davem@davemloft.net>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Chris Ball <cjb@laptop.org>

authored by David Miller and committed by Chris Ball b2fce6ad 768fbc18

+2
+2
drivers/mmc/host/of_mmc_spi.c
··· 15 15 #include <linux/module.h> 16 16 #include <linux/device.h> 17 17 #include <linux/slab.h> 18 + #include <linux/irq.h> 18 19 #include <linux/gpio.h> 19 20 #include <linux/of.h> 20 21 #include <linux/of_gpio.h> 22 + #include <linux/of_irq.h> 21 23 #include <linux/spi/spi.h> 22 24 #include <linux/spi/mmc_spi.h> 23 25 #include <linux/mmc/core.h>