[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <70d9ba17-59c2-4fc4-89f8-598667daea73@kernel.org>
Date: Mon, 19 Jan 2026 12:07:19 +0100
From: "Christophe Leroy (CS GROUP)" <chleroy@...nel.org>
To: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>,
Rob Herring <robh@...nel.org>, Saravana Kannan <saravanak@...nel.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J. Wysocki" <rafael@...nel.org>, Danilo Krummrich <dakr@...nel.org>,
Shawn Guo <shawnguo@...nel.org>, Sascha Hauer <s.hauer@...gutronix.de>,
Pengutronix Kernel Team <kernel@...gutronix.de>,
Fabio Estevam <festevam@...il.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Magnus Damm <magnus.damm@...il.com>, Chen-Yu Tsai <wens@...nel.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, linux-arm-kernel@...ts.infradead.org,
imx@...ts.linux.dev, linux-renesas-soc@...r.kernel.org,
linux-sunxi@...ts.linux.dev
Subject: Re: [PATCH 2/8] base: soc: order includes alphabetically
Le 19/01/2026 à 11:40, Bartosz Golaszewski a écrit :
> For easier readability and maintenance, order the included headers
> alphabetically.
>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@....qualcomm.com>
Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@...nel.org>
> ---
> drivers/base/soc.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/base/soc.c b/drivers/base/soc.c
> index 282c38aece0de88049dc1e6e9bea00df52bed1ea..6f42632d2b0fcc8a729484e6ad270f9bcabe4a0b 100644
> --- a/drivers/base/soc.c
> +++ b/drivers/base/soc.c
> @@ -5,16 +5,16 @@
> * Author: Lee Jones <lee.jones@...aro.org> for ST-Ericsson.
> */
>
> -#include <linux/sysfs.h>
> +#include <linux/err.h>
> +#include <linux/glob.h>
> +#include <linux/idr.h>
> #include <linux/init.h>
> #include <linux/of.h>
> -#include <linux/stat.h>
> #include <linux/slab.h>
> -#include <linux/idr.h>
> #include <linux/spinlock.h>
> +#include <linux/stat.h>
> +#include <linux/sysfs.h>
> #include <linux/sys_soc.h>
> -#include <linux/err.h>
> -#include <linux/glob.h>
>
> static DEFINE_IDA(soc_ida);
>
>
Powered by blists - more mailing lists