From patchwork Mon Feb 25 15:38:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felix Brack X-Patchwork-Id: 1047798 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ltec.ch Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 447R1Z66V7z9s4Z for ; Tue, 26 Feb 2019 02:38:41 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 8B842C21CB1; Mon, 25 Feb 2019 15:38:38 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 4D818C21C3F; Mon, 25 Feb 2019 15:38:36 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 59ED9C21C50; Mon, 25 Feb 2019 15:38:35 +0000 (UTC) Received: from mail.ltec.ch (mail.ltec.ch [95.143.48.181]) by lists.denx.de (Postfix) with ESMTPS id F002EC21C2F for ; Mon, 25 Feb 2019 15:38:34 +0000 (UTC) Received: from nebula.ltec ([172.27.11.2] helo=localhost.localdomain) by mail.ltec.ch with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1gyIKv-0001IE-VC; Mon, 25 Feb 2019 16:38:34 +0100 From: Felix Brack To: u-boot@lists.denx.de Date: Mon, 25 Feb 2019 16:38:23 +0100 Message-Id: <20190225153823.21330-1-fb@ltec.ch> X-Mailer: git-send-email 2.17.1 Cc: Tom Rini Subject: [U-Boot] [PATCH] arm: pdu001: Fix order of include files X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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[] = {