Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

base: soc: order includes alphabetically

For easier readability and maintenance, order the included headers
alphabetically.

Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20260223-soc-of-root-v2-3-b45da45903c8@oss.qualcomm.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Bartosz Golaszewski and committed by
Greg Kroah-Hartman
e06c3b13 c86d3b7b

+8 -8
+8 -8
drivers/base/soc.c
··· 5 5 * Author: Lee Jones <lee.jones@linaro.org> for ST-Ericsson. 6 6 */ 7 7 8 - #include <linux/sysfs.h> 9 - #include <linux/init.h> 10 - #include <linux/of.h> 11 - #include <linux/stat.h> 12 - #include <linux/slab.h> 13 - #include <linux/idr.h> 14 - #include <linux/spinlock.h> 15 - #include <linux/sys_soc.h> 16 8 #include <linux/err.h> 17 9 #include <linux/glob.h> 10 + #include <linux/idr.h> 11 + #include <linux/init.h> 12 + #include <linux/of.h> 13 + #include <linux/slab.h> 14 + #include <linux/spinlock.h> 15 + #include <linux/stat.h> 16 + #include <linux/sysfs.h> 17 + #include <linux/sys_soc.h> 18 18 19 19 static DEFINE_IDA(soc_ida); 20 20