From: Gregory CLEMENT Date: Wed, 23 Jul 2014 13:00:39 +0000 (+0200) Subject: ARM: mvebu: sort the #include of pmsu.c in alphabetic order X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3e328428d4d0abe257ee9342d3e370c6487e9601;p=linux-beck.git 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 Signed-off-by: Thomas Petazzoni Link: https://lkml.kernel.org/r/1406120453-29291-3-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper --- 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 -#include #include -#include #include +#include +#include #include -#include #include +#include #include #include #include