X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmmc%2Fmmc.c;h=f72b80c70484062e92fe9ff3df6fb8b951f70e61;hb=ec360e64862ae0ab271296e786917e5f9a04e9fb;hp=c93089330030f07a42bd38502c4a536ffec75447;hpb=3853c650e4c1bce8df6bd02f6b682a3cedf4f279;p=u-boot diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index c930893300..f72b80c704 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -1334,7 +1334,7 @@ static int sd_set_card_speed(struct mmc *mmc, enum bus_mode mode) return 0; } -int sd_select_bus_width(struct mmc *mmc, int w) +static int sd_select_bus_width(struct mmc *mmc, int w) { int err; struct mmc_cmd cmd;