Commit 19836a1b authored by Yangtao Li's avatar Yangtao Li Committed by Sebastian Reichel
Browse files

power: supply: remove some duplicated includes



We include of.h twice. It's unnecessary,so
just remove them.

Signed-off-by: default avatarYangtao Li <tiny.windzz@gmail.com>
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 6f12e46e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -156,8 +156,6 @@ static void power_supply_deferred_register_work(struct work_struct *work)
}

#ifdef CONFIG_OF
#include <linux/of.h>

static int __power_supply_populate_supplied_from(struct device *dev,
						 void *data)
{