From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:03:35 +0000 (+0000) Subject: HID: lg-g15: explicitly include linux/leds.h X-Git-Tag: v6.4-rc1~120^2~5^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21c5bd5b4b0649b3d58eba56ff432ba3b34a50cd;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://lore.kernel.org/r/20230215-power_supply-leds-hid-v1-2-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires --- diff --git a/drivers/hid/hid-lg-g15.c b/drivers/hid/hid-lg-g15.c index c8f82bcbf1ab1..acbec1dcf1963 100644 --- a/drivers/hid/hid-lg-g15.c +++ b/drivers/hid/hid-lg-g15.c @@ -7,6 +7,7 @@ #include #include +#include #include #include #include