mmc: mxcmmc: Include interrupt.h in the platform data header
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 11 Jan 2017 11:28:15 +0000 (12:28 +0100)
committerUlf 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

index 29115f4..b0fdaa9 100644 (file)
@@ -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;