Skip to content

Commit c7a2e5e

Browse files
Qingwu-Lilag-linaro
authored andcommitted
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>
1 parent bb64206 commit c7a2e5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

drivers/leds/leds-pwm.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
* based on leds-gpio.c by Raphael Assenat <raph@8d.com>
1010
*/
1111

12+
#include <linux/err.h>
1213
#include <linux/gpio/consumer.h>
13-
#include <linux/module.h>
1414
#include <linux/kernel.h>
15-
#include <linux/platform_device.h>
16-
#include <linux/of.h>
1715
#include <linux/leds.h>
18-
#include <linux/err.h>
16+
#include <linux/module.h>
17+
#include <linux/of.h>
18+
#include <linux/platform_device.h>
1919
#include <linux/pwm.h>
2020
#include <linux/slab.h>
2121

0 commit comments

Comments
 (0)