arm: pdu001: Fix order of include files
authorFelix Brack <fb@ltec.ch>
Mon, 25 Feb 2019 15:38:23 +0000 (16:38 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Feb 2019 19:21:46 +0000 (14:21 -0500)
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

index f1d38e9..f0f9e26 100644 (file)
@@ -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[] = {