diff options
| author | Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> | 2024-08-24 01:59:17 +0300 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2024-08-26 13:30:21 +0200 |
| commit | f5e1638bf3c785600e2ab53e5532007af5296581 (patch) | |
| tree | c0641f8b3fd9cb76f50b856c3f67c38cf89d0937 /include/linux/mmc/host.h | |
| parent | d3596c73011d1b0e9b43ae12f1e0f491d6bb96eb (diff) | |
| download | linux-next-f5e1638bf3c785600e2ab53e5532007af5296581.tar.gz linux-next-f5e1638bf3c785600e2ab53e5532007af5296581.zip | |
mmc: core: remove left-over data structure declarations
The last users of 'enum mmc_blk_status' and 'struct mmc_async_req'
were removed by commit 126b62700386 ("mmc: core: Remove code no longer
needed after the switch to blk-mq") in 2017, remove these two left-over
data structures.
Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Link: https://lore.kernel.org/r/20240823225917.2826156-1-vladimir.zapolskiy@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc/host.h')
| -rw-r--r-- | include/linux/mmc/host.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index f85df7d045ca..ac01cd1622ef 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h @@ -264,16 +264,6 @@ struct mmc_cqe_ops { void (*cqe_recovery_finish)(struct mmc_host *host); }; -struct mmc_async_req { - /* active mmc request */ - struct mmc_request *mrq; - /* - * Check error status of completed mmc request. - * Returns 0 if success otherwise non zero. - */ - enum mmc_blk_status (*err_check)(struct mmc_card *, struct mmc_async_req *); -}; - /** * struct mmc_slot - MMC slot functions * |
