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-Tag: v6.3-rc1~13^2~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9de10a51b0c6e7c1ca99a65c043243597002202e;p=linux-block.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 d69880cc3593..702bf83f6e6d 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"