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

regulator: pv880x0: Clean up unnecessary header inclusion

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Axel Lin and committed by
Mark Brown
c8a28a0d 1a695a90

-9
-3
drivers/regulator/pv88060-regulator.c
··· 14 14 */ 15 15 16 16 #include <linux/err.h> 17 - #include <linux/gpio.h> 18 17 #include <linux/i2c.h> 19 18 #include <linux/module.h> 20 19 #include <linux/init.h> ··· 24 25 #include <linux/irq.h> 25 26 #include <linux/interrupt.h> 26 27 #include <linux/regulator/of_regulator.h> 27 - #include <linux/proc_fs.h> 28 - #include <linux/uaccess.h> 29 28 #include "pv88060-regulator.h" 30 29 31 30 #define PV88060_MAX_REGULATORS 14
-3
drivers/regulator/pv88080-regulator.c
··· 14 14 */ 15 15 16 16 #include <linux/err.h> 17 - #include <linux/gpio.h> 18 17 #include <linux/i2c.h> 19 18 #include <linux/module.h> 20 19 #include <linux/init.h> ··· 24 25 #include <linux/irq.h> 25 26 #include <linux/interrupt.h> 26 27 #include <linux/regulator/of_regulator.h> 27 - #include <linux/proc_fs.h> 28 - #include <linux/uaccess.h> 29 28 #include "pv88080-regulator.h" 30 29 31 30 #define PV88080_MAX_REGULATORS 3
-3
drivers/regulator/pv88090-regulator.c
··· 14 14 */ 15 15 16 16 #include <linux/err.h> 17 - #include <linux/gpio.h> 18 17 #include <linux/i2c.h> 19 18 #include <linux/module.h> 20 19 #include <linux/init.h> ··· 24 25 #include <linux/irq.h> 25 26 #include <linux/interrupt.h> 26 27 #include <linux/regulator/of_regulator.h> 27 - #include <linux/proc_fs.h> 28 - #include <linux/uaccess.h> 29 28 #include "pv88090-regulator.h" 30 29 31 30 #define PV88090_MAX_REGULATORS 5