Commit c7a2e5ee authored by LI Qingwu's avatar LI Qingwu Committed by Lee Jones
Browse files

leds: pwm: Reorder include files to alphabetic order



Reorder include files to alphabetic order to simplify maintenance

No functional change.

Signed-off-by: default avatarLI 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: default avatarLee Jones <lee@kernel.org>
parent bb642062
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
 * based on leds-gpio.c by Raphael Assenat <raph@8d.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>