aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/storage/sdhci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/storage/sdhci.c')
-rw-r--r--src/drivers/storage/sdhci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/storage/sdhci.c b/src/drivers/storage/sdhci.c
index f05a47ef6e..c17aa27b9f 100644
--- a/src/drivers/storage/sdhci.c
+++ b/src/drivers/storage/sdhci.c
@@ -550,9 +550,6 @@ static void sdhci_set_ios(struct sd_mmc_ctrlr *ctrlr)
u32 bus_width;
int version;
- if (ctrlr->set_control_reg)
- ctrlr->set_control_reg(ctrlr);
-
/* Set the clock frequency */
if (ctrlr->bus_hz != ctrlr->request_hz)
sdhci_set_clock(sdhci_ctrlr, ctrlr->request_hz);