mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 22:02:28 +00:00
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 <linux@weissschuh.net> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
b2b911afd8
commit
9de10a51b0
@ -13,6 +13,7 @@
|
||||
#include <linux/device.h>
|
||||
#include <linux/power_supply.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/leds.h>
|
||||
|
||||
#include "power_supply.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user