mfd: tps6105x: Remove linux/regulator/driver.h include
authorMark Brown <broonie@kernel.org>
Wed, 20 Apr 2016 16:40:55 +0000 (17:40 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 9 May 2016 07:21:11 +0000 (08:21 +0100)
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>
drivers/mfd/tps6105x.c

index 51c5495..baa12ea 100644 (file)
@@ -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>