Browse Source

arm: pdu001: Fix order of include files

Fix the order of include files according to U-Boot coding style.

Signed-off-by: Felix Brack <fb@ltec.ch>
Felix Brack 5 years ago
parent
commit
a319229fda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      board/eets/pdu001/mux.c

+ 1 - 1
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[] = {