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@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>
This commit is contained in:
LI Qingwu 2025-11-17 05:45:10 +00:00 committed by Lee Jones
parent bb64206276
commit c7a2e5eed1
1 changed files with 6 additions and 6 deletions

View File

@ -9,13 +9,13 @@
* based on leds-gpio.c by Raphael Assenat <raph@8d.com>
*/
#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/gpio/consumer.h>
#include <linux/kernel.h>
#include <linux/leds.h>
#include <linux/module.h>
#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/pwm.h>
#include <linux/slab.h>