Message ID | 1461170455-31357-1-git-send-email-broonie@kernel.org |
---|---|
State | Accepted |
Commit | 38fc2eec95a750f2a69d82307ab721265e34939f |
Headers | show |
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>
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> --- drivers/mfd/tps6105x.c | 1 - 1 file changed, 1 deletion(-) -- 2.8.0.rc3