From a319229fdaced1aa74f8d7a0ffa1194f352a5a38 Mon Sep 17 00:00:00 2001 From: Felix Brack Date: Mon, 25 Feb 2019 16:38:23 +0100 Subject: [PATCH] arm: pdu001: Fix order of include files Fix the order of include files according to U-Boot coding style. Signed-off-by: Felix Brack --- 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 +#include #include #include #include #include -#include #include "board.h" static struct module_pin_mux uart0_pin_mux[] = { -- 2.25.1