Re: [PATCH V8 09/11] misc/pvpanic: change header file sort style

From: Andy Shevchenko
Date: Tue Nov 06 2018 - 05:02:26 EST


On Tue, Nov 6, 2018 at 8:47 AM Peng Hao <peng.hao2@xxxxxxxxxx> wrote:
>
> Make header files alphabetical order.
>

Reviewed-by: Andy Shevchenko <andy.shevchenko@xxxxxxxxx>

> Signed-off-by: Peng Hao <peng.hao2@xxxxxxxxxx>
> ---
> drivers/misc/pvpanic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/misc/pvpanic.c b/drivers/misc/pvpanic.c
> index 479f7ba..e365604 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;
>
> --
> 1.8.3.1
>


--
With Best Regards,
Andy Shevchenko