]> Gentwo Git Trees - linux/.git/commitdiff
leds: pwm: Reorder include files to alphabetic order
authorLI Qingwu <Qing-wu.Li@leica-geosystems.com.cn>
Mon, 17 Nov 2025 05:45:10 +0000 (05:45 +0000)
committerLee Jones <lee@kernel.org>
Thu, 20 Nov 2025 12:20:24 +0000 (12:20 +0000)
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>
drivers/leds/leds-pwm.c

index dac96d91e6bfaf66d05e79192450a86df457be67..6c1f2f50ff854f85bfc90c43f149ec0727214cfe 100644 (file)
@@ -9,13 +9,13 @@
  * based on leds-gpio.c by Raphael Assenat <raph@8d.com>
  */
 
+#include <linux/err.h>
 #include <linux/gpio/consumer.h>
-#include <linux/module.h>
 #include <linux/kernel.h>
-#include <linux/platform_device.h>
-#include <linux/of.h>
 #include <linux/leds.h>
-#include <linux/err.h>
+#include <linux/module.h>
+#include <linux/of.h>
+#include <linux/platform_device.h>
 #include <linux/pwm.h>
 #include <linux/slab.h>