From: Thierry Reding Date: Fri, 11 Jul 2014 07:44:49 +0000 (+0200) Subject: ARM: tegra: Sort includes alphabetically X-Git-Tag: cleanup-for-v3.18~82^2~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0524acc94c91c72c2968a76eddc6f3afe82f9f2;p=pandora-kernel.git ARM: tegra: Sort includes alphabetically If these aren't sorted alphabetically, then the logical choice is to append new ones, however that creates a lot of potential for conflicts because every change will then add new includes in the same location. Signed-off-by: Thierry Reding --- diff --git a/arch/arm/mach-tegra/apbio.c b/arch/arm/mach-tegra/apbio.c index bc471973cf04..5f9647b3f81d 100644 --- a/arch/arm/mach-tegra/apbio.c +++ b/arch/arm/mach-tegra/apbio.c @@ -13,15 +13,15 @@ * */ -#include -#include -#include +#include #include #include -#include -#include -#include +#include +#include #include +#include +#include +#include #include "apbio.h" #include "iomap.h" Reading git-diff-tree failed