From f28bb5ce4f153d3a96c835b3a2751695cc9183dd Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:03:34 +0000 Subject: HID: steelseries: explicitly include linux/leds.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-1-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires --- drivers/hid/hid-steelseries.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include "hid-ids.h" -- cgit v1.2.3-70-g09d2 From 21c5bd5b4b0649b3d58eba56ff432ba3b34a50cd Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:03:35 +0000 Subject: HID: lg-g15: explicitly include linux/leds.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- drivers/hid/hid-lg-g15.c | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #include #include #include -- cgit v1.2.3-70-g09d2 From a2654c1f640c4bbf72f5abc730e4d6ad90c4f025 Mon Sep 17 00:00:00 2001 From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:03:36 +0000 Subject: HID: asus: explicitly include linux/leds.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-3-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires --- drivers/hid/hid-asus.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/hid/hid-asus.c b/drivers/hid/hid-asus.c index d1094bb1aa42..01a27579ec02 100644 --- a/drivers/hid/hid-asus.c +++ b/drivers/hid/hid-asus.c @@ -30,6 +30,7 @@ #include #include /* For to_usb_interface for T100 touchpad intf check */ #include +#include #include "hid-ids.h" -- cgit v1.2.3-70-g09d2