summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/tps6105x.c
diff options
context:
space:
mode:
authorMark Brown2016-04-20 18:40:55 +0200
committerLee Jones2016-05-09 09:21:11 +0200
commit38fc2eec95a750f2a69d82307ab721265e34939f (patch)
treec0b1525cb617a2981a816b9939122893aa9bb8e4 /drivers/mfd/tps6105x.c
parentmfd: intel_quark_i2c_gpio: Remove CLK_IS_ROOT (diff)
downloadkernel-qcow2-linux-38fc2eec95a750f2a69d82307ab721265e34939f.tar.gz
kernel-qcow2-linux-38fc2eec95a750f2a69d82307ab721265e34939f.tar.xz
kernel-qcow2-linux-38fc2eec95a750f2a69d82307ab721265e34939f.zip
mfd: tps6105x: Remove linux/regulator/driver.h include
This driver makes no use of linux/regulator/driver.h which should only be used by drivers implementing a regulator. Since it's unlikely to ever need anything from there remove the include. Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/tps6105x.c')
-rw-r--r--drivers/mfd/tps6105x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/tps6105x.c b/drivers/mfd/tps6105x.c
index 51c54951c220..baa12ea666fb 100644
--- a/drivers/mfd/tps6105x.c
+++ b/drivers/mfd/tps6105x.c
@@ -21,7 +21,6 @@
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/err.h>
-#include <linux/regulator/driver.h>
#include <linux/mfd/core.h>
#include <linux/mfd/tps6105x.h>