Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Mark Brown and committed by
Lee Jones
38fc2eec 36a0c088

-1
-1
drivers/mfd/tps6105x.c
··· 21 21 #include <linux/spinlock.h> 22 22 #include <linux/slab.h> 23 23 #include <linux/err.h> 24 - #include <linux/regulator/driver.h> 25 24 #include <linux/mfd/core.h> 26 25 #include <linux/mfd/tps6105x.h> 27 26