projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a85730
)
arm: pdu001: Fix order of include files
author
Felix Brack
<fb@ltec.ch>
Mon, 25 Feb 2019 15:38:23 +0000
(16:38 +0100)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/board/eets/pdu001/mux.c
b/board/eets/pdu001/mux.c
index
f1d38e9
..
f0f9e26
100644
(file)
--- 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[] = {