Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679Ab3HSXEJ (ORCPT ); Mon, 19 Aug 2013 19:04:09 -0400 Received: from perceval.ideasonboard.com ([95.142.166.194]:41983 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201Ab3HSXEH (ORCPT ); Mon, 19 Aug 2013 19:04:07 -0400 From: Laurent Pinchart To: linux-gpio@vger.kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Linus Walleij , Laurent Pinchart Subject: [PATCH v2 1/3] gpio: pcf857x: Sort headers alphabetically Date: Tue, 20 Aug 2013 01:04:52 +0200 Message-Id: <1376953494-9684-2-git-send-email-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 1.8.1.5 In-Reply-To: <1376953494-9684-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> References: <1376953494-9684-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 37 This makes checking for duplicates when adding a new #include easier. Signed-off-by: Laurent Pinchart --- drivers/gpio/gpio-pcf857x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-pcf857x.c b/drivers/gpio/gpio-pcf857x.c index e8faf53..ea9f3580 100644 --- a/drivers/gpio/gpio-pcf857x.c +++ b/drivers/gpio/gpio-pcf857x.c @@ -18,15 +18,15 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include -#include #include #include #include #include #include #include +#include #include +#include #include #include -- 1.8.1.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/