diff options
author | Tom Rini <trini@konsulko.com> | 2019-02-28 14:22:03 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-02-28 14:22:03 -0500 |
commit | 7869e647a60ae706457bb601a3c2ea51e9fdd413 (patch) | |
tree | 2e77dd316e2c5899f780ac6cf037117420d7febd /board | |
parent | 783e66816d101f970b185083377846059d4d577d (diff) | |
parent | 438dcabb75d6b9b0e7f887befb753d1863f14deb (diff) |
Merge branch '2019-02-29-master-imports'
- Assorted BSP fixes
- Kbuild fix
Diffstat (limited to 'board')
-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 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[] = { |