From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: [PATCH V1 1/3] mfd: stmpe: Arrange #include
in alphabetical order Date: Fri, 23 Nov 2012 00:26:18 +0530 Message-ID: <57384ebc52c7d39d1bae31ba3baa6f820b4ac696.1353610436.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org Cc: Viresh Kumar , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org This helps managing them better and also reduces chances of adding an header file twice. Signed-off-by: Viresh Kumar --- drivers/mfd/stmpe-spi.c | 2 +- drivers/mfd/stmpe.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/mfd/stmpe-spi.c b/drivers/mfd/stmpe-spi.c index 9edfe86..f86e3fc 100644 --- a/drivers/mfd/stmpe-spi.c +++ b/drivers/mfd/stmpe-spi.c @@ -7,10 +7,10 @@ * Author: Viresh Kumar for ST Microelectronics */ -#include #include #include #include +#include #include #include "stmpe.h" diff --git a/drivers/mfd/stmpe.c b/drivers/mfd/stmpe.c index 8a4247b..6086481 100644 --- a/drivers/mfd/stmpe.c +++ b/drivers/mfd/stmpe.c @@ -7,15 +7,15 @@ * Author: Rabin Vincent for ST-Ericsson */ -#include #include -#include +#include #include #include #include +#include +#include #include #include -#include #include "stmpe.h" static int __stmpe_enable(struct stmpe *stmpe, unsigned int blocks) -- 1.7.12.rc2.18.g61b472e