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