From: Patrick Delaunay Date: Tue, 30 Jul 2019 17:16:44 +0000 (+0200) Subject: stm32mp1: board: cosmetic: cleanup file X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=d1a597fcb7977dd837700b64ab1b6f729e648246;p=u-boot.git stm32mp1: board: cosmetic: cleanup file - reorder include files - remove one comment Signed-off-by: Patrick Delaunay --- diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c index 12974a6471..654c48940b 100644 --- a/board/st/stm32mp1/stm32mp1.c +++ b/board/st/stm32mp1/stm32mp1.c @@ -5,8 +5,8 @@ #include #include #include -#include #include +#include #include #include #include @@ -683,7 +683,6 @@ void board_quiesce_devices(void) } /* board interface eth init */ -/* this is a weak define that we are overriding */ int board_interface_eth_init(phy_interface_t interface_type, bool eth_clk_sel_reg, bool eth_ref_clk_sel_reg) {