summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorNeilBrown <neil@brown.name>2018-12-09 16:20:33 +1100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-12-12 11:55:39 +0100
commita6bf8820224dc226bc3fd4aac27169f6fc38d26f (patch)
tree699ebc2f76bfad5280b4578f7b0af3f7b192a06c /drivers
parent5b0d9cd7211d2f4bf4acc539c3ba4f346c43b0fe (diff)
staging: mt7621-mmc: add missing header.
<linux/interrupt.h> is sometimes included by other include files, and sometimes not, depending on config, particularly CONFIG_HIGHMEM. So include it explicitly rather than relying on implicit inclusion. Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/mt7621-mmc/sd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/mt7621-mmc/sd.c b/drivers/staging/mt7621-mmc/sd.c
index 0e6c463f988e..f0b24b1b2cf6 100644
--- a/drivers/staging/mt7621-mmc/sd.c
+++ b/drivers/staging/mt7621-mmc/sd.c
@@ -38,6 +38,7 @@
#include <linux/dma-mapping.h>
#include <linux/spinlock.h>
#include <linux/platform_device.h>
+#include <linux/interrupt.h>
#include <linux/mmc/host.h>
#include <linux/mmc/mmc.h>