diff options
author | Peng Hao <peng.hao2@zte.com.cn> | 2018-11-06 22:57:20 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-11-07 13:53:04 +0100 |
commit | 8eeffed038b92ff811364bf91acab4b2e6a47e7e (patch) | |
tree | c396ade4d9b73f866aef4ee6259d32db884bb337 /drivers/misc/pvpanic.c | |
parent | bfebd5c222ddfce70dde0c2e18f6859f33891db3 (diff) | |
download | linux-8eeffed038b92ff811364bf91acab4b2e6a47e7e.tar.bz2 |
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>
Diffstat (limited to 'drivers/misc/pvpanic.c')
-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 @@ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt +#include <linux/acpi.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/platform_device.h> #include <linux/types.h> -#include <linux/acpi.h> static void __iomem *base; |