summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu
diff options
context:
space:
mode:
authorGregory CLEMENT2014-07-23 15:00:39 +0200
committerJason Cooper2014-07-24 13:46:03 +0200
commit3e328428d4d0abe257ee9342d3e370c6487e9601 (patch)
treed618466d88faecfa27a5e31122a0d4a2d5242949 /arch/arm/mach-mvebu
parentARM: mvebu: split again armada_370_xp_pmsu_idle_enter() in PMSU code (diff)
downloadkernel-qcow2-linux-3e328428d4d0abe257ee9342d3e370c6487e9601.tar.gz
kernel-qcow2-linux-3e328428d4d0abe257ee9342d3e370c6487e9601.tar.xz
kernel-qcow2-linux-3e328428d4d0abe257ee9342d3e370c6487e9601.zip
ARM: mvebu: sort the #include of pmsu.c in alphabetic order
Sorting the headers in alphabetic order will help to reduce conflicts when adding new headers later. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Link: https://lkml.kernel.org/r/1406120453-29291-3-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu')
-rw-r--r--arch/arm/mach-mvebu/pmsu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/pmsu.c b/arch/arm/mach-mvebu/pmsu.c
index 5fda549d1c6b..9e18ccee0edd 100644
--- a/arch/arm/mach-mvebu/pmsu.c
+++ b/arch/arm/mach-mvebu/pmsu.c
@@ -19,13 +19,13 @@
#define pr_fmt(fmt) "mvebu-pmsu: " fmt
#include <linux/cpu_pm.h>
-#include <linux/kernel.h>
#include <linux/init.h>
-#include <linux/of_address.h>
#include <linux/io.h>
+#include <linux/kernel.h>
+#include <linux/of_address.h>
#include <linux/platform_device.h>
-#include <linux/smp.h>
#include <linux/resource.h>
+#include <linux/smp.h>
#include <asm/cacheflush.h>
#include <asm/cp15.h>
#include <asm/smp_plat.h>