浏览代码

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 <ulf.hansson@linaro.org>
Ulf Hansson 8 年之前
父节点
当前提交
8336bf68b5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/platform_data/mmc-mxcmmc.h

+ 1 - 0
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;