From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:03:37 +0000 (+0000) Subject: HID: apple: explicitly include linux/leds.h X-Git-Tag: v6.4-rc1~120^2~9^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c89c1160321725af1431bf6f365f3bfcb1f2350;p=thirdparty%2Fkernel%2Flinux.git HID: apple: 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-4-35b6f1dcee8a@weissschuh.net Signed-off-by: Benjamin Tissoires --- diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c index 5c145775482bc..9004b25c367da 100644 --- a/drivers/hid/hid-apple.c +++ b/drivers/hid/hid-apple.c @@ -22,6 +22,7 @@ #include #include #include +#include #include "hid-ids.h"