From: Thomas Weißschuh Date: Wed, 15 Feb 2023 01:12:55 +0000 (+0000) Subject: power: supply: leds: explicitly include linux/leds.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9de10a51b0c6e7c1ca99a65c043243597002202e;p=linux.git power: supply: leds: 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 Signed-off-by: Sebastian Reichel --- diff --git a/drivers/power/supply/power_supply_leds.c b/drivers/power/supply/power_supply_leds.c index d69880cc35931..702bf83f6e6d2 100644 --- a/drivers/power/supply/power_supply_leds.c +++ b/drivers/power/supply/power_supply_leds.c @@ -13,6 +13,7 @@ #include #include #include +#include #include "power_supply.h"