commit | 1e416f52f95fcdf78dd4a3fb8059ee30d88a9cf7 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Mon Nov 28 00:55:20 2022 +0000 |
committer | Andre Przywara <andre.przywara@arm.com> | Wed Dec 14 22:31:25 2022 +0000 |
tree | eff22cff91f717990265d4fa0e0fa2e98a3cf753 | |
parent | ff32afea34e87a2abacca22235784e665327f54f [diff] |
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>