|
@@ -1203,18 +1203,6 @@ static inline void mmc_blk_reset_success(struct mmc_blk_data *md, int type)
|
|
|
md->reset_done &= ~type;
|
|
|
}
|
|
|
|
|
|
-int mmc_access_rpmb(struct mmc_queue *mq)
|
|
|
-{
|
|
|
- struct mmc_blk_data *md = mq->blkdata;
|
|
|
- /*
|
|
|
- * If this is a RPMB partition access, return ture
|
|
|
- */
|
|
|
- if (md && md->part_type == EXT_CSD_PART_CONFIG_ACC_RPMB)
|
|
|
- return true;
|
|
|
-
|
|
|
- return false;
|
|
|
-}
|
|
|
-
|
|
|
/*
|
|
|
* The non-block commands come back from the block layer after it queued it and
|
|
|
* processed it with all other requests and then they get issued in this
|