projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a1326d
)
mfd: tmio: Remove obsolete .set_clk_div() callback
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 20 Jun 2024 15:39:45 +0000
(17:39 +0200)
committer
Ulf Hansson
<ulf.hansson@linaro.org>
Mon, 24 Jun 2024 14:43:00 +0000
(16:43 +0200)
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 <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>
include/linux/mfd/tmio.h
patch
|
blob
|
history
diff --git
a/include/linux/mfd/tmio.h
b/include/linux/mfd/tmio.h
index
eace8ea
..
aca74ac
100644
(file)
--- 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);
};
/*