diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-11 09:44:49 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 13:29:57 +0200 |
commit | a0524acc94c91c72c2968a76eddc6f3afe82f9f2 (patch) | |
tree | aa56b590f78f5f00a15551cd4d97c3523d5fc469 /arch/arm/mach-tegra/sleep-tegra30.S | |
parent | ARM: tegra: Move includes to include/soc/tegra (diff) | |
download | linux-a0524acc94c91c72c2968a76eddc6f3afe82f9f2.tar.xz linux-a0524acc94c91c72c2968a76eddc6f3afe82f9f2.zip |
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 <treding@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/sleep-tegra30.S')
-rw-r--r-- | arch/arm/mach-tegra/sleep-tegra30.S | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/sleep-tegra30.S b/arch/arm/mach-tegra/sleep-tegra30.S index b16d4a57fa59..e240b875183b 100644 --- a/arch/arm/mach-tegra/sleep-tegra30.S +++ b/arch/arm/mach-tegra/sleep-tegra30.S @@ -16,14 +16,14 @@ #include <linux/linkage.h> -#include <asm/assembler.h> #include <asm/asm-offsets.h> +#include <asm/assembler.h> #include <asm/cache.h> -#include "irammap.h" +#include "flowctrl.h" #include "fuse.h" +#include "irammap.h" #include "sleep.h" -#include "flowctrl.h" #define EMC_CFG 0xc #define EMC_ADR_CFG 0x10 |