From patchwork Wed Aug 24 21:25:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jan Glauber X-Patchwork-Id: 662558 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 3sKL4X0gWpz9s65 for ; Thu, 25 Aug 2016 07:27:38 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932565AbcHXV0P (ORCPT ); Wed, 24 Aug 2016 17:26:15 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33498 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756880AbcHXV0M (ORCPT ); Wed, 24 Aug 2016 17:26:12 -0400 Received: by mail-pf0-f193.google.com with SMTP id i6so1905199pfe.0; Wed, 24 Aug 2016 14:26:12 -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=fH/YpvnarcFpChhzlw536r17F/KlxgwOCzi0V/Jz9rM=; b=Dxmku9pR91XuZW5w9qVHymzCJRK3cSkV8+1vBwNhGYhk0EYdvEy/RaJxmy0z8Ri7GW Fxwfs2ol3NLMBXG4bhESgwqnLuXF3f6cv+FK4cRZpG8jcYv2er4ZuFAD0POQqw9uJYVO MrTICaz98bn03YVrOa5JMhbgv+64z2VUbWpO/Il6fZrAn5UC9NtRqGYpNwFOXLmHrUU9 BcBUD8Fw3NZplAKx7odK+9wJGHLzp3+hKaMkK6Li3UZlkX/t/7Xi9PxQhDcDiQUjllDP f2bOogA3HAI80Gi4KYDGyeFI843vMjulkjPOfpZjAeVdabDJw8oQIn2p50q+icHTn7+w 9/8Q== X-Gm-Message-State: AE9vXwNMGUMJrUCWUewabAVUJK9MgqBb3J9K68JBCDPudNvqZ07X53PMl7bspHWcRfVSAA== X-Received: by 10.98.158.78 with SMTP id s75mr9706113pfd.137.1472073972000; Wed, 24 Aug 2016 14:26:12 -0700 (PDT) Received: from hardcore.caveonetworks.com (50-233-148-156-static.hfc.comcastbusiness.net. [50.233.148.156]) by smtp.gmail.com with ESMTPSA id x66sm15836688pfb.86.2016.08.24.14.26.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 24 Aug 2016 14:26:11 -0700 (PDT) From: Jan Glauber To: Wolfram Sang Cc: linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org, David Daney , Jan Glauber Subject: [PATCH v11 6/8] i2c: octeon: Sort include files alphabetically Date: Wed, 24 Aug 2016 23:25:47 +0200 Message-Id: <20160824212549.16140-7-jglauber@cavium.com> X-Mailer: git-send-email 2.9.0.rc0.21.g7777322 In-Reply-To: <20160824212549.16140-1-jglauber@cavium.com> References: <20160824212549.16140-1-jglauber@cavium.com> Sender: linux-i2c-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Sort include files alphabetically to reduce probability of merge conflicts. Signed-off-by: Jan Glauber --- drivers/i2c/busses/i2c-octeon-platdrv.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/i2c/busses/i2c-octeon-platdrv.c b/drivers/i2c/busses/i2c-octeon-platdrv.c index 916ebee..ce2765f 100644 --- a/drivers/i2c/busses/i2c-octeon-platdrv.c +++ b/drivers/i2c/busses/i2c-octeon-platdrv.c @@ -12,16 +12,16 @@ */ #include -#include +#include +#include #include +#include #include #include -#include +#include +#include #include #include -#include -#include -#include #include #include "i2c-octeon-core.h"