diff options
author | Peng Hao <peng.hao2@zte.com.cn> | 2018-11-06 09:57:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-07 07:53:04 -0500 |
commit | 8eeffed038b92ff811364bf91acab4b2e6a47e7e (patch) | |
tree | c396ade4d9b73f866aef4ee6259d32db884bb337 | |
parent | bfebd5c222ddfce70dde0c2e18f6859f33891db3 (diff) |
misc/pvpanic: change header file sort style
Make header files alphabetical order.
Signed-off-by: Peng Hao <peng.hao2@zte.com.cn>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/pvpanic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c index b9402d9fea15..3bfa0f5484d0 100644 --- a/drivers/misc/pvpanic.c +++ b/drivers/misc/pvpanic.c | |||
@@ -21,13 +21,13 @@ | |||
21 | 21 | ||
22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 22 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
23 | 23 | ||
24 | #include <linux/acpi.h> | ||
24 | #include <linux/kernel.h> | 25 | #include <linux/kernel.h> |
25 | #include <linux/module.h> | 26 | #include <linux/module.h> |
26 | #include <linux/of.h> | 27 | #include <linux/of.h> |
27 | #include <linux/of_address.h> | 28 | #include <linux/of_address.h> |
28 | #include <linux/platform_device.h> | 29 | #include <linux/platform_device.h> |
29 | #include <linux/types.h> | 30 | #include <linux/types.h> |
30 | #include <linux/acpi.h> | ||
31 | 31 | ||
32 | static void __iomem *base; | 32 | static void __iomem *base; |
33 | 33 | ||