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

leds: pwm: Reorder include files to alphabetic order

Reorder include files to alphabetic order to simplify maintenance

No functional change.

Signed-off-by: LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
Link: https://patch.msgid.link/20251117054511.730246-3-Qing-wu.Li@leica-geosystems.com.cn
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

LI Qingwu and committed by
Lee Jones
c7a2e5ee bb642062

+6 -6
+6 -6
drivers/leds/leds-pwm.c
··· 9 9 * based on leds-gpio.c by Raphael Assenat <raph@8d.com> 10 10 */ 11 11 12 - #include <linux/gpio/consumer.h> 13 - #include <linux/module.h> 14 - #include <linux/kernel.h> 15 - #include <linux/platform_device.h> 16 - #include <linux/of.h> 17 - #include <linux/leds.h> 18 12 #include <linux/err.h> 13 + #include <linux/gpio/consumer.h> 14 + #include <linux/kernel.h> 15 + #include <linux/leds.h> 16 + #include <linux/module.h> 17 + #include <linux/of.h> 18 + #include <linux/platform_device.h> 19 19 #include <linux/pwm.h> 20 20 #include <linux/slab.h> 21 21