From: Andy Shevchenko Date: Mon, 20 Nov 2023 15:11:45 +0000 (+0200) Subject: params: Sort headers X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a05f096c2c0ca52e8fd34740c7d4b53ab3e7123e;p=linux.git params: Sort headers Sort the headers in alphabetic order in order to ease the maintenance for this part. Reviewed-by: Luis Chamberlain Reviewed-by: Kees Cook Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20231120151419.1661807-5-andriy.shevchenko@linux.intel.com Signed-off-by: Kees Cook --- diff --git a/kernel/params.c b/kernel/params.c index c3a029fe183d3..eb55b32399b4b 100644 --- a/kernel/params.c +++ b/kernel/params.c @@ -3,18 +3,18 @@ Copyright (C) 2001 Rusty Russell. */ +#include +#include +#include +#include #include #include -#include -#include #include #include -#include -#include #include -#include -#include #include +#include +#include #ifdef CONFIG_SYSFS /* Protects all built-in parameters, modules use their own param_lock */