]> Pileus Git - ~andy/linux/blobdiff - drivers/mmc/host/sdhci-pxav2.c
mmc: sdhci: rename platform_8bit_width to platform_bus_width
[~andy/linux] / drivers / mmc / host / sdhci-pxav2.c
index ac854aa192a8d6af7801d69f50d816529b3fdf35..7e5756593b688528f4572485676039db5c4b7b3d 100644 (file)
@@ -121,7 +121,7 @@ static u32 pxav2_get_max_clock(struct sdhci_host *host)
 static struct sdhci_ops pxav2_sdhci_ops = {
        .get_max_clock = pxav2_get_max_clock,
        .platform_reset_exit = pxav2_set_private_registers,
-       .platform_8bit_width = pxav2_mmc_set_width,
+       .platform_bus_width = pxav2_mmc_set_width,
 };
 
 #ifdef CONFIG_OF