diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2016-12-30 13:47:23 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-02-13 13:20:01 +0100 |
commit | b8789ec482bbbf52f62631e25b6c8648fa834efc (patch) | |
tree | 1ae56d052e823fe3d4f4c65a297da3e06bc2f3b8 /drivers/mmc/host/dw_mmc.h | |
parent | mmc: sdhci: Include leds.h (diff) | |
download | linux-b8789ec482bbbf52f62631e25b6c8648fa834efc.tar.xz linux-b8789ec482bbbf52f62631e25b6c8648fa834efc.zip |
mmc: host: Include interrupt.h in mmc host drivers that depends on it
An mmc host driver shouldn't rely on interrupt.h being included by another
public mmc header. Instead make that dependency explicit by including
interrupt.h in those host drivers that depends on it.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
-rw-r--r-- | drivers/mmc/host/dw_mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 960146106596..231a46f142d2 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -18,6 +18,7 @@ #include <linux/mmc/core.h> #include <linux/dmaengine.h> #include <linux/reset.h> +#include <linux/interrupt.h> #define MAX_MCI_SLOTS 2 |