From: Ulf Hansson Date: Wed, 11 Jan 2017 11:28:15 +0000 (+0100) Subject: mmc: mxcmmc: Include interrupt.h in the platform data header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8336bf68b57e1e736be8d4ef1f46a789fe7b9bde;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git mmc: mxcmmc: Include interrupt.h in the platform data header 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 --- diff --git a/include/linux/platform_data/mmc-mxcmmc.h b/include/linux/platform_data/mmc-mxcmmc.h index 29115f405af9..b0fdaa9bd185 100644 --- 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 #include struct device;