From: LI Qingwu Date: Mon, 17 Nov 2025 05:45:10 +0000 (+0000) Subject: leds: pwm: Reorder include files to alphabetic order X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a2e5eed13b8eec5e1d38fa15d2108cc5f8c730;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/leds/leds-pwm.c b/drivers/leds/leds-pwm.c index dac96d91e6bfa..6c1f2f50ff854 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