summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/mcp16502.c
diff options
context:
space:
mode:
authorMark Brown2019-03-04 16:32:43 +0100
committerMark Brown2019-03-04 16:32:43 +0100
commit88f268a5bcc3b0683e6fbaf9973702e5329fc1e3 (patch)
treea64bf49e575ece017359ba5ac89fbc52efd81f2a /drivers/regulator/mcp16502.c
parentMerge branch 'regulator-5.0' into regulator-linus (diff)
parentregulator: mc13xxx: Constify regulator_ops variables (diff)
downloadkernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.tar.gz
kernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.tar.xz
kernel-qcow2-linux-88f268a5bcc3b0683e6fbaf9973702e5329fc1e3.zip
Merge branch 'regulator-5.1' into regulator-next
Diffstat (limited to 'drivers/regulator/mcp16502.c')
-rw-r--r--drivers/regulator/mcp16502.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
index 3479ae009b0b..3a8004abe044 100644
--- a/drivers/regulator/mcp16502.c
+++ b/drivers/regulator/mcp16502.c
@@ -17,6 +17,7 @@
#include <linux/regmap.h>
#include <linux/regulator/driver.h>
#include <linux/suspend.h>
+#include <linux/gpio/consumer.h>
#define VDD_LOW_SEL 0x0D
#define VDD_HIGH_SEL 0x3F
@@ -546,7 +547,6 @@ static struct i2c_driver mcp16502_drv = {
module_i2c_driver(mcp16502_drv);
-MODULE_VERSION("1.0");
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("MCP16502 PMIC driver");
MODULE_AUTHOR("Andrei Stefanescu andrei.stefanescu@microchip.com");