diff options
author | Felix Brack | 2019-02-25 16:38:23 +0100 |
---|---|---|
committer | Tom Rini | 2019-02-28 14:21:46 -0500 |
commit | a319229fdaced1aa74f8d7a0ffa1194f352a5a38 (patch) | |
tree | c41b387da5817f2f49b08663beb19cca95da88c9 /board/eets | |
parent | 0a8573052afcee0b026073ae8625679ed1765556 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/eets/pdu001/mux.c b/board/eets/pdu001/mux.c index f1d38e9b74d..f0f9e262ebd 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[] = { |