From patchwork Sat Jun 3 03:04:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 770691 X-Patchwork-Delegate: sjg@chromium.org Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3wfmKW0mz0z9s7g for ; Sat, 3 Jun 2017 13:10:07 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.b="tFObx4Dv"; dkim-atps=neutral Received: by lists.denx.de (Postfix, from userid 105) id D5E79C21C58; Sat, 3 Jun 2017 03:07:41 +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=RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID 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 75CEBC21CC5; Sat, 3 Jun 2017 03:05:41 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 7E81BC21C78; Sat, 3 Jun 2017 03:05:15 +0000 (UTC) Received: from mail-oi0-f46.google.com (mail-oi0-f46.google.com [209.85.218.46]) by lists.denx.de (Postfix) with ESMTPS id 7A151C21C8D for ; Sat, 3 Jun 2017 03:05:11 +0000 (UTC) Received: by mail-oi0-f46.google.com with SMTP id o65so87284025oif.1 for ; Fri, 02 Jun 2017 20:05:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=O7oIaQzEEk5V3Zjl7b3WIWh3lZHa8ihYh9IOEQYbBZc=; b=tFObx4DvQWyafxHl1SDMoCObK5ohhKPOJ1aF/LbZScn1o5drYCEvbgDW32nV9tNHDW ymEXKc6sYWj6iI4B0Sk1iEOJILJxerFOMJJQ4RUujvAAGIw71VIS1Mk9VXAJKzY7J6BV twKpD6H9mzNzNADs3rJ3kI6NXfVD36EJyKivnH31nRdp/jErxjkdODfSCdBNJV82829T lnCn0ku0y2f8Cfehj0HaC5ZEteBxs77XUDYxZ4ajJDLbAGyEUv39U8ak3ejGO/3t/uh8 9ZtkuAbApsdcwVkp+T9Zd4JwfyuVRzl4PeSUOSjHKpBeku5GhjsFClpk0H1t2oZcAjI1 30Eg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=O7oIaQzEEk5V3Zjl7b3WIWh3lZHa8ihYh9IOEQYbBZc=; b=kp1m6EeuB4QRsBFEEe2KFWTbIw3HwWC1RoihTrCOC0AYsvdktpMYMxLfeRreXfSy7E W0Wv/kvGW3BnHSr4lt1Hpf6qS9I8bkZ/SYWbA25urhw0WLneT2A28l342PyRPbNtGNMu Amrr7yeql3Vvs4yk+m6708rAaiNnSa3fe0TYb8BGznzi4FJ4ExVmNpE7u/IR6i2VeZo6 08CnK95svxC+LNXn3SL98MaJ0Rs1WtFb0+Xa41CN5iST7Jw8o9FprRQNp/ybyjCsdoyf JqgcYQa89NAi818Ynw0lFcc8nRuQTyiszdeIzWF4924DkCYesu2ai7eSdh5xbKvxBBbY nbGg== X-Gm-Message-State: AODbwcAEJZ+ZzgYRvnfAtsLkHZSsN1mzFLq8iggqL9LqAx+J/Vf7JVn6 1P5SyP917A+q1gq0 X-Received: by 10.202.240.130 with SMTP id o124mr5839967oih.110.1496459110274; Fri, 02 Jun 2017 20:05:10 -0700 (PDT) Received: from kaki.bld.corp.google.com ([100.100.197.131]) by smtp.gmail.com with ESMTPSA id t71sm1984410oih.27.2017.06.02.20.05.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 02 Jun 2017 20:05:09 -0700 (PDT) Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id 1BDA74013F; Fri, 2 Jun 2017 21:05:09 -0600 (MDT) From: Simon Glass To: U-Boot Mailing List Date: Fri, 2 Jun 2017 21:04:03 -0600 Message-Id: <20170603030426.16107-9-sjg@chromium.org> X-Mailer: git-send-email 2.13.0.506.g27d5fe0cd-goog In-Reply-To: <20170603030426.16107-1-sjg@chromium.org> References: <20170603030426.16107-1-sjg@chromium.org> Cc: Tom Rini , Stephen Warren , Marcel Ziswiler , Tom Warren Subject: [U-Boot] [PATCH v2 08/31] tegra: Fix up include file ordering 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" Update these two files so include files in the right order. Signed-off-by: Simon Glass --- Changes in v2: None arch/arm/mach-tegra/board2.c | 22 ++++++++-------------- arch/arm/mach-tegra/clock.c | 4 ++-- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/arch/arm/mach-tegra/board2.c b/arch/arm/mach-tegra/board2.c index 84f1ee5035..943ee24e59 100644 --- a/arch/arm/mach-tegra/board2.c +++ b/arch/arm/mach-tegra/board2.c @@ -9,14 +9,8 @@ #include #include #include -#include -#include +#include #include -#include -#include -#include -#include -#include #include #include #include @@ -25,17 +19,17 @@ #include #include #include +#include +#include +#include +#include +#include +#include +#include #ifdef CONFIG_TEGRA_CLOCK_SCALING #include #endif -#include -#ifdef CONFIG_USB_EHCI_TEGRA -#include -#endif -#include #include -#include -#include #include "emc.h" DECLARE_GLOBAL_DATA_PTR; diff --git a/arch/arm/mach-tegra/clock.c b/arch/arm/mach-tegra/clock.c index 3bb72331a4..f547942022 100644 --- a/arch/arm/mach-tegra/clock.c +++ b/arch/arm/mach-tegra/clock.c @@ -7,6 +7,8 @@ /* Tegra SoC common clock control functions */ #include +#include +#include #include #include #include @@ -15,8 +17,6 @@ #include #include #include -#include -#include /* * This is our record of the current clock rate of each clock. We don't