]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/mmc.h
mmc: Avoid extra duplicate entry in mmc device structure
[karo-tx-uboot.git] / include / mmc.h
index 7dd03fb89c534b0e91022815ea511976dbff25ad..18e7ca53e80de99b48ced00f9d0f9bdcd70d845e 100644 (file)
@@ -356,7 +356,6 @@ struct mmc {
        char op_cond_pending;   /* 1 if we are waiting on an op_cond command */
        char init_in_progress;  /* 1 if we have done mmc_start_init() */
        char preinit;           /* start init as early as possible */
-       uint op_cond_response;  /* the response byte from the last op_cond */
        int ddr_mode;
 };