Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions drivers/mmc/host/dw_mmc-k3.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ struct k3_priv {
struct regmap *reg;
};

static unsigned long hi6220_dwmmc_caps[] = {
MMC_CAP_CMD23,
};

static void dw_mci_k3_set_ios(struct dw_mci *host, struct mmc_ios *ios)
{
int ret;
Expand Down Expand Up @@ -137,7 +133,6 @@ static int dw_mci_hi6220_execute_tunning(struct dw_mci_slot *slot)
}

static const struct dw_mci_drv_data hi6220_data = {
.caps = hi6220_dwmmc_caps,
.switch_voltage = dw_mci_hi6220_switch_voltage,
.set_ios = dw_mci_hi6220_set_ios,
.parse_dt = dw_mci_hi6220_parse_dt,
Expand Down