mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 13:41:30 +00:00
mmc: sh_mmcif: Remove unused ->get_cd() platform callback
Removing the callback also enables us to remove the sh_mmcif_get_cd() altogether, as we convert to use mmc_gpio_get_cd() to the same kind of work. Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
parent
95cc4df716
commit
5957eeba53
2 changed files with 1 additions and 18 deletions
|
@ -32,7 +32,6 @@
|
|||
*/
|
||||
|
||||
struct sh_mmcif_plat_data {
|
||||
int (*get_cd)(struct platform_device *pdef);
|
||||
unsigned int slave_id_tx; /* embedded slave_id_[tr]x */
|
||||
unsigned int slave_id_rx;
|
||||
bool ccs_unsupported : 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue