From: Andy Shevchenko Date: Thu, 14 Dec 2023 18:40:11 +0000 (+0200) Subject: leds: max5970: Add missing headers X-Git-Tag: v6.8-rc1~68^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=808c7881876756dfcd8c4d0c3efc27c9262da822;p=thirdparty%2Fkernel%2Flinux.git leds: max5970: Add missing headers Don't inherit headers "by chance" from others. Include the needed ones explicitly. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20231214184050.1272848-5-andriy.shevchenko@linux.intel.com Signed-off-by: Lee Jones --- diff --git a/drivers/leds/leds-max5970.c b/drivers/leds/leds-max5970.c index 60db3c28d7d97..56a584311581a 100644 --- a/drivers/leds/leds-max5970.c +++ b/drivers/leds/leds-max5970.c @@ -7,9 +7,13 @@ * Author: Patrick Rudolph */ +#include +#include +#include #include #include #include +#include #include #include #include