Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b2fce6ad authored by David Miller's avatar David Miller Committed by Chris Ball
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
Acked-by: default avatarGrant Likely <grant.likely@secretlab.ca>
Signed-off-by: default avatarChris Ball <cjb@laptop.org>
parent 768fbc18
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>