Skip to content

Commit

Permalink
mmc: add missing prototype for mmc_get_env_dev
Browse files Browse the repository at this point in the history
This is a follow-up patch to e92029c and adds a prototype for
the weak mmc_get_env_dev function.

Cc: Tom Rini <[email protected]>
Cc: Stephen Warren <[email protected]>

Signed-off-by: Clemens Gruber <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
  • Loading branch information
clemensg authored and trini committed Feb 1, 2016
1 parent 4f144a4 commit aa844fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/mmc.h
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ void board_mmc_power_init(void);
int board_mmc_init(bd_t *bis);
int cpu_mmc_init(bd_t *bis);
int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
int mmc_get_env_dev(void);

struct pci_device_id;

Expand Down

0 comments on commit aa844fe

Please sign in to comment.