Skip to content

Commit 9de10a5

Browse files
t-8chsre
authored andcommitted
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 <[email protected]> Signed-off-by: Sebastian Reichel <[email protected]>
1 parent b2b911a commit 9de10a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/power/supply/power_supply_leds.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include <linux/device.h>
1414
#include <linux/power_supply.h>
1515
#include <linux/slab.h>
16+
#include <linux/leds.h>
1617

1718
#include "power_supply.h"
1819

0 commit comments

Comments
 (0)