diff options
author | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-04-27 17:30:07 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2017-05-01 13:03:09 +0200 |
commit | e9574c14fd11ba254633342ff8ea58664c2938e1 (patch) | |
tree | a7cc94b78c0e91a8fc8c06dbb757533b07b72ad2 /drivers/power/supply/rx51_battery.c | |
parent | 7f93e1fa032bb5ee19b868b9649bc98c82553003 (diff) | |
download | linux-e9574c14fd11ba254633342ff8ea58664c2938e1.tar.gz linux-e9574c14fd11ba254633342ff8ea58664c2938e1.tar.bz2 linux-e9574c14fd11ba254633342ff8ea58664c2938e1.zip |
power: supply: avoid unused twl4030-madc.h
Avoid inclusion of unused twl4030-madc.h. This
will allow twl4030-madc.h to be merged into the
iio driver.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/power/supply/rx51_battery.c')
-rw-r--r-- | drivers/power/supply/rx51_battery.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/rx51_battery.c b/drivers/power/supply/rx51_battery.c index af9383d23d12..5654708b1279 100644 --- a/drivers/power/supply/rx51_battery.c +++ b/drivers/power/supply/rx51_battery.c @@ -23,7 +23,6 @@ #include <linux/platform_device.h> #include <linux/power_supply.h> #include <linux/slab.h> -#include <linux/i2c/twl4030-madc.h> #include <linux/iio/consumer.h> #include <linux/of.h> |