|
@@ -224,12 +224,11 @@ static void pxav3_set_uhs_signaling(struct sdhci_host *host, unsigned int uhs)
|
|
|
|
|
|
static const struct sdhci_ops pxav3_sdhci_ops = {
|
|
static const struct sdhci_ops pxav3_sdhci_ops = {
|
|
.set_clock = sdhci_set_clock,
|
|
.set_clock = sdhci_set_clock,
|
|
- .set_uhs_signaling = pxav3_set_uhs_signaling,
|
|
|
|
.platform_send_init_74_clocks = pxav3_gen_init_74_clocks,
|
|
.platform_send_init_74_clocks = pxav3_gen_init_74_clocks,
|
|
.get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
|
.get_max_clock = sdhci_pltfm_clk_get_max_clock,
|
|
.set_bus_width = sdhci_set_bus_width,
|
|
.set_bus_width = sdhci_set_bus_width,
|
|
.reset = pxav3_reset,
|
|
.reset = pxav3_reset,
|
|
- .set_uhs_signaling = sdhci_set_uhs_signaling,
|
|
|
|
|
|
+ .set_uhs_signaling = pxav3_set_uhs_signaling,
|
|
};
|
|
};
|
|
|
|
|
|
static struct sdhci_pltfm_data sdhci_pxav3_pdata = {
|
|
static struct sdhci_pltfm_data sdhci_pxav3_pdata = {
|