[U-Boot] [PATCH] arm: pdu001: Fix order of include files
Felix Brack
fb at ltec.ch
Mon Feb 25 15:38:23 UTC 2019
Fix the order of include files according to U-Boot coding style.
Signed-off-by: Felix Brack <fb at ltec.ch>
---
board/eets/pdu001/mux.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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[] = {
--
2.17.1
More information about the U-Boot
mailing list