projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc0f585
)
mmc: mxcmmc: Include interrupt.h in the platform data header
author
Ulf Hansson
<ulf.hansson@linaro.org>
Wed, 11 Jan 2017 11:28:15 +0000
(12:28 +0100)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 13 Feb 2017 12:20:14 +0000
(13:20 +0100)
The mxcmmc platform data header depends on interrupt.h. Don't rely on the
public mmc header host.h to include it, bud instead make that dependency
explicit.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
include/linux/platform_data/mmc-mxcmmc.h
patch
|
blob
|
history
diff --git
a/include/linux/platform_data/mmc-mxcmmc.h
b/include/linux/platform_data/mmc-mxcmmc.h
index 29115f405af91653683465fa9112fd0cff78213f..b0fdaa9bd18567b92d30c5181a1243ae4c85773f 100644
(file)
--- a/
include/linux/platform_data/mmc-mxcmmc.h
+++ b/
include/linux/platform_data/mmc-mxcmmc.h
@@
-1,6
+1,7
@@
#ifndef ASMARM_ARCH_MMC_H
#define ASMARM_ARCH_MMC_H
+#include <linux/interrupt.h>
#include <linux/mmc/host.h>
struct device;