summaryrefslogtreecommitdiff
path: root/board/eets
diff options
context:
space:
mode:
authorFelix Brack <fb@ltec.ch>2019-02-25 16:38:23 +0100
committerTom Rini <trini@konsulko.com>2019-02-28 14:21:46 -0500
commita319229fdaced1aa74f8d7a0ffa1194f352a5a38 (patch)
treec41b387da5817f2f49b08663beb19cca95da88c9 /board/eets
parent0a8573052afcee0b026073ae8625679ed1765556 (diff)
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>
Diffstat (limited to 'board/eets')
-rw-r--r--board/eets/pdu001/mux.c2
1 files changed, 1 insertions, 1 deletions
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[] = {