diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2014-07-23 15:00:39 +0200 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-07-24 11:46:03 +0000 |
commit | 3e328428d4d0abe257ee9342d3e370c6487e9601 (patch) | |
tree | d618466d88faecfa27a5e31122a0d4a2d5242949 /arch/arm/mach-mvebu | |
parent | 9ce35884bd961700d34f8a5d908645be2fd0ba76 (diff) | |
download | linux-3e328428d4d0abe257ee9342d3e370c6487e9601.tar.gz linux-3e328428d4d0abe257ee9342d3e370c6487e9601.tar.bz2 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.c | 6 |
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> |