Skip to content

Commit 89f415b

Browse files
geertuUlf Hansson
authored andcommitted
mfd: tmio: Remove obsolete .set_clk_div() callback
Commit bef64d2 ("mmc: remove tmio_mmc driver") removed the last user of the .set_clk_div() callback in the tmio_mmc_data structure. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Tested-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Acked-by: Lee Jones <lee@kernel.org> Link: https://lore.kernel.org/r/e0fa98f138a7b2836128178f8b3a757978517307.1718897545.git.geert+renesas@glider.be Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 6a1326d commit 89f415b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

include/linux/mfd/tmio.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ struct tmio_mmc_data {
101101
unsigned int max_blk_count;
102102
unsigned short max_segs;
103103
void (*set_pwr)(struct platform_device *host, int state);
104-
void (*set_clk_div)(struct platform_device *host, int state);
105104
};
106105

107106
/*

0 commit comments

Comments
 (0)