]> git.baikalelectronics.ru Git - uboot.git/commit
sunxi: remove bogus mmc_pinmux_setup() prototype
authorAndre Przywara <andre.przywara@arm.com>
Mon, 28 Nov 2022 00:55:20 +0000 (00:55 +0000)
committerAndre Przywara <andre.przywara@arm.com>
Wed, 14 Dec 2022 22:31:25 +0000 (22:31 +0000)
commit747220571ef900732f09edb581de3b19d84a8994
treeeff22cff91f717990265d4fa0e0fa2e98a3cf753
parent3338066601896f8ffbe50d5805fe71b866f8ec73
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>
board/sunxi/board.c