mmc: sdhci: Reduce maximum time under spinlock in sdhci_send_command()
[sfrench/cifs-2.6.git] / drivers / mmc / host / sdhci.h
index 1f5a46eaab8f7443df9837493eca15032214e4d1..8483419a937ec8702898cbabcfaca8a42459265e 100644 (file)
@@ -534,6 +534,7 @@ struct sdhci_host {
        struct mmc_request *mrqs_done[SDHCI_MAX_MRQS];  /* Requests done */
        struct mmc_command *cmd;        /* Current command */
        struct mmc_command *data_cmd;   /* Current data command */
+       struct mmc_command *deferred_cmd;       /* Deferred command */
        struct mmc_data *data;  /* Current data request */
        unsigned int data_early:1;      /* Data finished before cmd */