diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2021-07-13 17:27:09 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-07-16 15:14:30 +0200 |
commit | 5176a18bb5e1596d46c34c4700ac67b74f88f704 (patch) | |
tree | 8c30b977241f1d9db77cc438129ae66606ce31df /drivers/power | |
parent | 661d10ee0f1be7e3e08267b8364439980d02a42c (diff) |
power: supply: ab8500: Drop some includes from bmdata
This file isn't using any AB8500 symbols so drop these includes.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/ab8500_bmdata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/power/supply/ab8500_bmdata.c b/drivers/power/supply/ab8500_bmdata.c index f705c19ef359..6f5fb794042c 100644 --- a/drivers/power/supply/ab8500_bmdata.c +++ b/drivers/power/supply/ab8500_bmdata.c @@ -2,8 +2,6 @@ #include <linux/export.h> #include <linux/power_supply.h> #include <linux/of.h> -#include <linux/mfd/abx500.h> -#include <linux/mfd/abx500/ab8500.h> #include "ab8500-bm.h" |