Merge branch 'timer/cleanup' into late/mvebu2
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / mmc / core.h
index 5bf7c2274fcb711138d517a131b2898d12f5b8a8..495d1336149c816518147a44a988cb88365aedff 100644 (file)
@@ -120,6 +120,7 @@ struct mmc_data {
        s32                     host_cookie;    /* host private data */
 };
 
+struct mmc_host;
 struct mmc_request {
        struct mmc_command      *sbc;           /* SET_BLOCK_COUNT for multiblock */
        struct mmc_command      *cmd;
@@ -128,9 +129,9 @@ struct mmc_request {
 
        struct completion       completion;
        void                    (*done)(struct mmc_request *);/* completion function */
+       struct mmc_host         *host;
 };
 
-struct mmc_host;
 struct mmc_card;
 struct mmc_async_req;