diff options
author | Thomas Weißschuh <linux@weissschuh.net> | 2023-02-15 04:03:34 +0300 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-04-13 18:08:45 +0300 |
commit | f28bb5ce4f153d3a96c835b3a2751695cc9183dd (patch) | |
tree | 88984573c3c46fdef1a8c5973e756adcc8705316 /drivers/hid/hid-steelseries.c | |
parent | de4664485abbc0529b1eec44d0061bbfe58a28fb (diff) | |
download | linux-f28bb5ce4f153d3a96c835b3a2751695cc9183dd.tar.xz |
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>
Diffstat (limited to 'drivers/hid/hid-steelseries.c')
-rw-r--r-- | drivers/hid/hid-steelseries.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-steelseries.c b/drivers/hid/hid-steelseries.c index 37353c41cba7..aae3afc4107a 100644 --- a/drivers/hid/hid-steelseries.c +++ b/drivers/hid/hid-steelseries.c @@ -11,6 +11,7 @@ #include <linux/device.h> #include <linux/hid.h> #include <linux/module.h> +#include <linux/leds.h> #include "hid-ids.h" |