diff mbox series

[U-Boot] arm: pdu001: Fix order of include files

Message ID 20190225153823.21330-1-fb@ltec.ch
State Accepted
Commit a319229fdaced1aa74f8d7a0ffa1194f352a5a38
Delegated to: Tom Rini
Headers show
Series [U-Boot] arm: pdu001: Fix order of include files | expand

Commit Message

Felix Brack Feb. 25, 2019, 3:38 p.m. UTC
Fix the order of include files according to U-Boot coding style.

Signed-off-by: Felix Brack <fb@ltec.ch>
---

 board/eets/pdu001/mux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini Feb. 28, 2019, 11:56 p.m. UTC | #1
On Mon, Feb 25, 2019 at 04:38:23PM +0100, Felix Brack wrote:

> Fix the order of include files according to U-Boot coding style.
> 
> Signed-off-by: Felix Brack <fb@ltec.ch>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/board/eets/pdu001/mux.c b/board/eets/pdu001/mux.c
index f1d38e9b74..f0f9e262eb 100644
--- a/board/eets/pdu001/mux.c
+++ b/board/eets/pdu001/mux.c
@@ -8,11 +8,11 @@ 
  */
 
 #include <common.h>
+#include <i2c.h>
 #include <asm/arch/sys_proto.h>
 #include <asm/arch/hardware.h>
 #include <asm/arch/mux.h>
 #include <asm/io.h>
-#include <i2c.h>
 #include "board.h"
 
 static struct module_pin_mux uart0_pin_mux[] = {