[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251105065012.88796-4-Qing-wu.Li@leica-geosystems.com.cn>
Date: Wed, 5 Nov 2025 06:50:12 +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,
Qing-wu.Li@...ca-geosystems.com.cn
Subject: [PATCH V9 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 aa9e14d912bf..dc68f993545a 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