From patchwork Thu Mar 8 14:52:47 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10268229 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D32996037E for ; Thu, 8 Mar 2018 14:55:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A84D9297DE for ; Thu, 8 Mar 2018 14:55:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5AA48299AE; Thu, 8 Mar 2018 14:55:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=unavailable version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 5ABB129A60 for ; Thu, 8 Mar 2018 14:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=Nji4InNrk6etBhLsyVcwCGo8951NMBW+ewhqAUBuXvI=; b=Xs9uA4Lb0BwfKV9rzCuG6knT+H NH718HZSn8IGhNbZu9ln1DVXg6q4fm54bsopKGXTK5olTX8GXRNiMOHgA6TWza0+EzYyFIVwAWT+D l6b4KDGDG5eR/VsKKtcoelTBCrneYscxuHA8zUW+zL/HMeXBD1L4AcftVNk1BRxjTKhxfU0qQr5p4 DmIf0LJkdZJBbDaglRKD+tSgsKDpT1fSYyXY8rjMGV6wfhyh53iZAbValbgetg7M5BBl7Q/JFTq3R 4ID8u4aySiPfnFVI78TSbor5y4J9uR8eb1NmIchJ0TMTBzISbGBN5kzzbSp0WgRxBdH8wQpkYxW9v nMmurdrA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1etwvP-0007xj-Rf; Thu, 08 Mar 2018 14:53:43 +0000 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1etwuu-0007d6-QL for linux-arm-kernel@lists.infradead.org; Thu, 08 Mar 2018 14:53:14 +0000 Received: by mail.bootlin.com (Postfix, from userid 110) id 67D46207A5; Thu, 8 Mar 2018 15:53:00 +0100 (CET) Received: from localhost (unknown [185.94.189.190]) by mail.bootlin.com (Postfix) with ESMTPSA id C006120012; Thu, 8 Mar 2018 15:52:59 +0100 (CET) From: Maxime Ripard To: Chen-Yu Tsai , Maxime Ripard , ulf.hansson@linaro.org Subject: [PATCH v2 1/8] mmc: sunxi: Reorder the headers Date: Thu, 8 Mar 2018 15:52:47 +0100 Message-Id: <9530334c1fa45100e27c3d541d2a3b1e1d8113d2.1520520655.git-series.maxime.ripard@bootlin.com> X-Mailer: git-send-email 2.14.3 In-Reply-To: References: In-Reply-To: References: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180308_065313_012725_CF98F41B X-CRM114-Status: UNSURE ( 9.19 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , linux-mmc@vger.kernel.org, Quentin Schulz , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Our headers sort algorithm has had pretty chaotic results. Let's fix that. Signed-off-by: Maxime Ripard --- drivers/mmc/host/sunxi-mmc.c | 43 +++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/drivers/mmc/host/sunxi-mmc.c b/drivers/mmc/host/sunxi-mmc.c index bad612d6f879..f9723797a9f8 100644 --- a/drivers/mmc/host/sunxi-mmc.c +++ b/drivers/mmc/host/sunxi-mmc.c @@ -13,36 +13,33 @@ * the License, or (at your option) any later version. */ -#include -#include -#include -#include -#include -#include -#include - #include #include -#include -#include -#include -#include +#include +#include #include -#include -#include -#include - -#include -#include -#include - +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include /* register offset definitions */ #define SDXC_REG_GCTRL (0x00) /* SMC Global Control Register */