[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251117054511.730246-3-Qing-wu.Li@leica-geosystems.com.cn>
Date: Mon, 17 Nov 2025 05:45:10 +0000
From: LI Qingwu <Qing-wu.Li@...ca-geosystems.com.cn>
To: lee@...nel.org,
pavel@...nel.org,
robh@...nel.org,
krzk+dt@...nel.org,
conor+dt@...nel.org,
linux-leds@...r.kernel.org,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Qing-wu.Li@...ca-geosystems.com.cn,
liqind@....com
Subject: [PATCH V10 3/3] 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@...ca-geosystems.com.cn>
---
drivers/leds/leds-pwm.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c
index dac96d91e6bf..6c1f2f50ff85 100644
--- a/drivers/leds/leds-pwm.c
+++ b/drivers/leds/leds-pwm.c
@@ -9,13 +9,13 @@
* based on leds-gpio.c by Raphael Assenat <raph@...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>
--
2.43.0
Powered by blists - more mailing lists