aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2024-06-20 17:39:45 +0200
committerUlf Hansson <[email protected]>2024-06-24 16:43:00 +0200
commit89f415b99050fbf7bcf3fca0cde30c09b62265eb (patch)
tree686f8f003405d327b7a1116d162539d925c89dde
parent6a1326de591739784c74f1adaf2965c5e3255453 (diff)
mfd: tmio: Remove obsolete .set_clk_div() callback
Commit bef64d2908e825c5 ("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 <[email protected]> Reviewed-by: Wolfram Sang <[email protected]> Tested-by: Wolfram Sang <[email protected]> Reviewed-by: Lad Prabhakar <[email protected]> Acked-by: Lee Jones <[email protected]> Link: https://lore.kernel.org/r/e0fa98f138a7b2836128178f8b3a757978517307.1718897545.git.geert+renesas@glider.be Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r--include/linux/mfd/tmio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mfd/tmio.h b/include/linux/mfd/tmio.h
index eace8ea6cda0..aca74ac1ff69 100644
--- a/include/linux/mfd/tmio.h
+++ b/include/linux/mfd/tmio.h
@@ -101,7 +101,6 @@ struct tmio_mmc_data {
unsigned int max_blk_count;
unsigned short max_segs;
void (*set_pwr)(struct platform_device *host, int state);
- void (*set_clk_div)(struct platform_device *host, int state);
};
/*