projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ce3588
)
ARM: mvebu: sort the #include of pmsu.c in alphabetic order
author
Gregory CLEMENT
<gregory.clement@free-electrons.com>
Wed, 23 Jul 2014 13:00:39 +0000
(15:00 +0200)
committer
Jason Cooper
<jason@lakedaemon.net>
Thu, 24 Jul 2014 11:46:03 +0000
(11:46 +0000)
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>
arch/arm/mach-mvebu/pmsu.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mvebu/pmsu.c
b/arch/arm/mach-mvebu/pmsu.c
index 5fda549d1c6bdf848aecd61cf4faad027b22a4aa..9e18ccee0edda36a0707f086624b22dd60c47e3b 100644
(file)
--- 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>