Merge branch 'linux-linaro-lsk-v4.4-android' of git://git.linaro.org/kernel/linux...
[firefly-linux-kernel-4.4.55.git] / include / linux / mmc / host.h
index 3cb6858d9bb2e519b8c71cb07e8a6bc05d4a4137..3f29ba41c025e24b1c091c92a6096eafd9ca7be2 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/sched.h>
 #include <linux/device.h>
 #include <linux/fault-inject.h>
+#include <linux/blkdev.h>
 
 #include <linux/mmc/core.h>
 #include <linux/mmc/card.h>
@@ -391,6 +392,11 @@ struct mmc_host {
        } embedded_sdio_data;
 #endif
 
+#ifdef CONFIG_BLOCK
+       int                     latency_hist_enabled;
+       struct io_latency_state io_lat_s;
+#endif
+
        unsigned long           private[0] ____cacheline_aligned;
 };