]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/mmc/card.h
mmc: core: Allocate per-request data using the block layer core
[karo-tx-linux.git] / include / linux / mmc / card.h
index aad015e0152b7f1d32f92c500825b723498d1be9..46c73e97e61f08a41d9753079345f5965caebbc5 100644 (file)
@@ -305,9 +305,7 @@ struct mmc_card {
        struct mmc_part part[MMC_NUM_PHY_PARTITION]; /* physical partitions */
        unsigned int    nr_parts;
 
-       struct mmc_queue_req    *mqrq;          /* Shared queue structure */
        unsigned int            bouncesz;       /* Bounce buffer size */
-       int                     qdepth;         /* Shared queue depth */
 };
 
 static inline bool mmc_large_sector(struct mmc_card *card)