From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 97E501CE4B3 for ; Tue, 29 May 2018 04:58:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9551E8577A for ; Tue, 29 May 2018 04:58:20 +0000 (UTC) Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id P29jt6m0I4aE for ; Tue, 29 May 2018 04:58:18 +0000 (UTC) Received: from mail-wr0-f195.google.com (mail-wr0-f195.google.com [209.85.128.195]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 0C29185AC3 for ; Tue, 29 May 2018 04:58:18 +0000 (UTC) Received: by mail-wr0-f195.google.com with SMTP id i12-v6so23156926wrc.4 for ; Mon, 28 May 2018 21:58:17 -0700 (PDT) From: Sergio Paracuellos Subject: [PATCH 6/6] staging: mt7621-gpio: reorder includes alphabetically Date: Tue, 29 May 2018 06:58:09 +0200 Message-Id: <1527569889-9510-7-git-send-email-sergio.paracuellos@gmail.com> In-Reply-To: <1527569889-9510-1-git-send-email-sergio.paracuellos@gmail.com> References: <87efhwwv9y.fsf@notabene.neil.brown.name> <1527569889-9510-1-git-send-email-sergio.paracuellos@gmail.com> List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" To: gregkh@linuxfoundation.org Cc: neil@brown.name, driverdev-devel@linuxdriverproject.org This commit reviews driver includes reordering them in alphabetic order. This improves readability. Signed-off-by: Sergio Paracuellos --- drivers/staging/mt7621-gpio/gpio-mt7621.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/mt7621-gpio/gpio-mt7621.c b/drivers/staging/mt7621-gpio/gpio-mt7621.c index 0ae6082..7884b3c 100644 --- a/drivers/staging/mt7621-gpio/gpio-mt7621.c +++ b/drivers/staging/mt7621-gpio/gpio-mt7621.c @@ -4,16 +4,16 @@ * Copyright (C) 2013 John Crispin */ -#include #include #include #include +#include +#include +#include #include #include -#include -#include -#include #include +#include #define MTK_BANK_CNT 3 #define MTK_BANK_WIDTH 32 -- 2.7.4 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel