aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pv88060-regulator.c
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2016-05-23 22:03:23 +0800
committerMark Brown <broonie@kernel.org>2016-05-30 16:29:39 +0100
commitc8a28a0dbeef7b8ac459dd84e6580b9e7602e754 (patch)
treeb4730911aac4941025f38da38d94609e5e3c85d0 /drivers/regulator/pv88060-regulator.c
parentLinux 4.7-rc1 (diff)
downloadlinux-dev-c8a28a0dbeef7b8ac459dd84e6580b9e7602e754.tar.xz
linux-dev-c8a28a0dbeef7b8ac459dd84e6580b9e7602e754.zip
regulator: pv880x0: Clean up unnecessary header inclusion
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/pv88060-regulator.c')
-rw-r--r--drivers/regulator/pv88060-regulator.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/regulator/pv88060-regulator.c b/drivers/regulator/pv88060-regulator.c
index c448b727f5f8..6c4afc73ecac 100644
--- a/drivers/regulator/pv88060-regulator.c
+++ b/drivers/regulator/pv88060-regulator.c
@@ -14,7 +14,6 @@
*/
#include <linux/err.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/module.h>
#include <linux/init.h>
@@ -25,8 +24,6 @@
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/regulator/of_regulator.h>
-#include <linux/proc_fs.h>
-#include <linux/uaccess.h>
#include "pv88060-regulator.h"
#define PV88060_MAX_REGULATORS 14