mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
mmc: Staticize sd_select_bus_width
Staticize the function since it's only used in mmc.c . Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Cc: Jaehoon Chung <jh80.chung@samsung.com> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
3853c650e4
commit
ec360e6486
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue