sunxi: remove bogus mmc_pinmux_setup() prototype
Since all callers of mmc_pinmux_setup() are located after the definition of that function, there is no need for a forward declaration (anymore?). Remove the prototype along with its #ifdef guards. Reviewed-by: Samuel Holland <samuel@sholland.org> Tested-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
ed82586c40
commit
eeaca6ac27
@ -184,10 +184,6 @@ enum env_location env_get_location(enum env_operation op, int prio)
|
||||
return ENVL_UNKNOWN;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_DM_MMC
|
||||
static void mmc_pinmux_setup(int sdc);
|
||||
#endif
|
||||
|
||||
/* add board specific code here */
|
||||
int board_init(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user