Skip to content

Commit 21c5bd5

Browse files
t-8chbentiss
authored andcommitted
HID: lg-g15: explicitly include linux/leds.h
Instead of relying on an accidental, transitive inclusion of linux/leds.h use it directly. Signed-off-by: Thomas Weißschuh <linux@weissschuh.net> Link: https://lore.kernel.org/r/20230215-power_supply-leds-hid-v1-2-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent f28bb5c commit 21c5bd5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/hid-lg-g15.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <linux/device.h>
99
#include <linux/hid.h>
10+
#include <linux/leds.h>
1011
#include <linux/module.h>
1112
#include <linux/random.h>
1213
#include <linux/sched.h>

0 commit comments

Comments
 (0)