diff options
author | Thomas Weißschuh <[email protected]> | 2023-02-15 01:03:35 +0000 |
---|---|---|
committer | Benjamin Tissoires <[email protected]> | 2023-04-13 17:08:45 +0200 |
commit | 21c5bd5b4b0649b3d58eba56ff432ba3b34a50cd (patch) | |
tree | 6ba01ce90694ffc7558a4bd4ed0227117c8eecbc | |
parent | f28bb5ce4f153d3a96c835b3a2751695cc9183dd (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Benjamin Tissoires <[email protected]>
-rw-r--r-- | drivers/hid/hid-lg-g15.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-lg-g15.c b/drivers/hid/hid-lg-g15.c index c8f82bcbf1ab..acbec1dcf196 100644 --- a/drivers/hid/hid-lg-g15.c +++ b/drivers/hid/hid-lg-g15.c @@ -7,6 +7,7 @@ #include <linux/device.h> #include <linux/hid.h> +#include <linux/leds.h> #include <linux/module.h> #include <linux/random.h> #include <linux/sched.h> |