From patchwork Fri Nov 29 00:49:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 295054 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 550EC2C00A3 for ; Fri, 29 Nov 2013 11:49:45 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751966Ab3K2Atn (ORCPT ); Thu, 28 Nov 2013 19:49:43 -0500 Received: from perceval.ideasonboard.com ([95.142.166.194]:36158 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752523Ab3K2Atn (ORCPT ); Thu, 28 Nov 2013 19:49:43 -0500 Received: from avalon.ideasonboard.com (179.232-240-81.adsl-dyn.isp.belgacom.be [81.240.232.179]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BBD7135A6A; Fri, 29 Nov 2013 01:48:56 +0100 (CET) From: Laurent Pinchart To: linux-i2c@vger.kernel.org Cc: Laurent Pinchart Subject: [PATCH 1/4] i2c: pca954x: Sort headers alphabetically Date: Fri, 29 Nov 2013 01:49:34 +0100 Message-Id: <1385686177-23525-2-git-send-email-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1385686177-23525-1-git-send-email-laurent.pinchart@ideasonboard.com> References: <1385686177-23525-1-git-send-email-laurent.pinchart@ideasonboard.com> Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org This helps avoiding duplicate includes. Signed-off-by: Laurent Pinchart --- drivers/i2c/muxes/i2c-mux-pca954x.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/muxes/i2c-mux-pca954x.c b/drivers/i2c/muxes/i2c-mux-pca954x.c index bad5b84..ce740f1 100644 --- a/drivers/i2c/muxes/i2c-mux-pca954x.c +++ b/drivers/i2c/muxes/i2c-mux-pca954x.c @@ -35,14 +35,13 @@ * warranty of any kind, whether express or implied. */ -#include -#include -#include #include #include #include - #include +#include +#include +#include #define PCA954X_MAX_NCHANS 8