power: supply: remove some duplicated includes

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

Signed-off-by: Yangtao Li <tiny.windzz@gmail.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
Yangtao Li 2018-12-26 11:53:57 -05:00 committed by Sebastian Reichel
parent 6f12e46eeb
commit 19836a1b8e
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{