projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0d9cd
)
staging: mt7621-mmc: add missing header.
author
NeilBrown
<neil@brown.name>
Sun, 9 Dec 2018 05:20:33 +0000
(16:20 +1100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 12 Dec 2018 10:55:39 +0000
(11:55 +0100)
<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>
drivers/staging/mt7621-mmc/sd.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/mt7621-mmc/sd.c
b/drivers/staging/mt7621-mmc/sd.c
index 0e6c463f988e8ec9a43471b1c87990a053bf3cfa..f0b24b1b2cf69b505df874f80ce5d62f58267ff5 100644
(file)
--- 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>