From patchwork Tue Mar 22 07:37:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 600429 X-Patchwork-Delegate: jagannadh.teki@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3qTl7J4k40z9s5g for ; Tue, 22 Mar 2016 18:43:40 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 819AFA76EF; Tue, 22 Mar 2016 08:41:40 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7s_Yuc6VMlo4; Tue, 22 Mar 2016 08:41:40 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BFF0BA76AD; Tue, 22 Mar 2016 08:41:24 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D4D0CA7740 for ; Tue, 22 Mar 2016 08:41:15 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ok2HkxTShXmJ for ; Tue, 22 Mar 2016 08:41:15 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by theia.denx.de (Postfix) with ESMTPS id 1D463A767F for ; Tue, 22 Mar 2016 08:40:53 +0100 (CET) Received: by mail-pf0-f196.google.com with SMTP id u190so34369928pfb.2 for ; Tue, 22 Mar 2016 00:40:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=Qo4ZbKZjjIpJ1xoH8saAfP8u5e7rVBu+TY3lgJvK7YU=; b=DvUaCDq/RLqLDcSnCqc6Yij0Ye2RGWwX7YrMPRT0MWNTIT3qSSVKr2UR48sUubs7OR vNvMwmBnsbN1Z/kDt/pLrfQuBmzarKi85JJ/xX77qWZlq1AO9l85yoPteSVGOMNlYcE5 gfA5jb7ksVZSAL2U6il7yx+JRYjw41Py/sdIRCfxQLsD4l3Mn1f4o2E/JyGgiW2j7YzT Ll2CIiP94rUVXkNIrFtNCtCjuLWQSrODG68glpB6ylHU/lwolf+51nCkx8w50XJPgIF6 LFZ1r69aM3GXpgUKZzJ7vsx8heIYYhEvlobzuRE6ewWRaFTtYh2uS/D/NTx4qQqzb7TG wcxQ== X-Gm-Message-State: AD7BkJIO03zt1tLY5Am9v3Fw4Mqt/fDMdA8Yl1j5sLtDLlLb2s4oPzpriUYl2Rsj6LRTFg== X-Received: by 10.66.250.199 with SMTP id ze7mr52147924pac.103.1458632451753; Tue, 22 Mar 2016 00:40:51 -0700 (PDT) Received: from jteki-Latitude-E7450.amcc.com ([182.73.239.130]) by smtp.gmail.com with ESMTPSA id ko9sm45814957pab.37.2016.03.22.00.40.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 22 Mar 2016 00:40:50 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Tue, 22 Mar 2016 13:07:35 +0530 Message-Id: <1458632319-24866-23-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1458632319-24866-1-git-send-email-jteki@openedev.com> References: <1458632319-24866-1-git-send-email-jteki@openedev.com> Cc: Michal Simek , Siva Durga Prasad Paladugu , Jagan Teki Subject: [U-Boot] [PATCH v7 23/87] mtd: spi-nor: spl: Follow ascending order of include headers X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 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" Use ascending order while including headers files. Cc: Simon Glass Cc: Bin Meng Cc: Mugunthan V N Cc: Michal Simek Cc: Siva Durga Prasad Paladugu Signed-off-by: Jagan Teki --- drivers/mtd/spi-nor/fsl_espi_spl.c | 2 +- drivers/mtd/spi-nor/spi_spl_load.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mtd/spi-nor/fsl_espi_spl.c b/drivers/mtd/spi-nor/fsl_espi_spl.c index b915469..7c40245 100644 --- a/drivers/mtd/spi-nor/fsl_espi_spl.c +++ b/drivers/mtd/spi-nor/fsl_espi_spl.c @@ -5,8 +5,8 @@ */ #include -#include #include +#include #define ESPI_BOOT_IMAGE_SIZE 0x48 #define ESPI_BOOT_IMAGE_ADDR 0x50 diff --git a/drivers/mtd/spi-nor/spi_spl_load.c b/drivers/mtd/spi-nor/spi_spl_load.c index ca56fe9..285b6da 100644 --- a/drivers/mtd/spi-nor/spi_spl_load.c +++ b/drivers/mtd/spi-nor/spi_spl_load.c @@ -10,9 +10,9 @@ */ #include +#include #include #include -#include #include #ifdef CONFIG_SPL_OS_BOOT