From c7a2e5eed13b8eec5e1d38fa15d2108cc5f8c730 Mon Sep 17 00:00:00 2001 From: LI Qingwu Date: Mon, 17 Nov 2025 05:45:10 +0000 Subject: [PATCH] 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 Link: https://patch.msgid.link/20251117054511.730246-3-Qing-wu.Li@leica-geosystems.com.cn Signed-off-by: Lee Jones --- 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 */ +#include #include -#include #include -#include -#include #include -#include +#include +#include +#include #include #include -- 2.47.3