Skip to content

Commit f28bb5c

Browse files
t-8chbentiss
authored andcommitted
HID: steelseries: 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-1-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
1 parent de46644 commit f28bb5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hid/hid-steelseries.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/device.h>
1212
#include <linux/hid.h>
1313
#include <linux/module.h>
14+
#include <linux/leds.h>
1415

1516
#include "hid-ids.h"
1617

0 commit comments

Comments
 (0)