mmc: tmio: remove outdated members from host struct
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 11 Mar 2022 14:05:42 +0000 (15:05 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 15 Mar 2022 09:31:24 +0000 (10:31 +0100)
The wrappers are gone for two years now but they have still pointers
reserved in the tmio_mmc_host struct. Remove them.

Reported-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Fixes: f22084b662e5 ("mmc: tmio: remove superfluous callback wrappers")
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20220311140542.5407-1-wsa+renesas@sang-engineering.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/tmio_mmc.h

index f936aad945ce3ea0382628fb6bd29af4e51f487f..e754bb3f5c323a8c5e381d2e937a5ea7c91dc9c2 100644 (file)
@@ -186,10 +186,6 @@ struct tmio_mmc_host {
        void (*fixup_request)(struct tmio_mmc_host *host, struct mmc_request *mrq);
        unsigned int (*get_timeout_cycles)(struct tmio_mmc_host *host);
 
-       void (*prepare_hs400_tuning)(struct tmio_mmc_host *host);
-       void (*hs400_downgrade)(struct tmio_mmc_host *host);
-       void (*hs400_complete)(struct tmio_mmc_host *host);
-
        const struct tmio_mmc_dma_ops *dma_ops;
 };