diff options
author | Thomas Weißschuh <[email protected]> | 2023-02-15 01:03:34 +0000 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2023-04-13 17:08:45 +0200 |
commit | f28bb5ce4f153d3a96c835b3a2751695cc9183dd (patch) | |
tree | 88984573c3c46fdef1a8c5973e756adcc8705316 | |
parent | de4664485abbc0529b1eec44d0061bbfe58a28fb (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Benjamin Tissoires <[email protected]>
-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" |