aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2019-02-24 14:41:10 +0800
committerMark Brown <broonie@kernel.org>2019-02-26 11:49:04 +0000
commit1ec9c179c07ab6b17dd482033e0216409d46fc57 (patch)
treea72db4b433cd9670336e1f9239b6bd295f47fd47 /drivers/regulator
parentregulator: fan53555: Check pdata->slew_rate setting (diff)
downloadlinux-dev-1ec9c179c07ab6b17dd482033e0216409d46fc57.tar.xz
linux-dev-1ec9c179c07ab6b17dd482033e0216409d46fc57.zip
regulator: mcp16502: Remove module version
The module version is unlikely to be updated, use kernel version should be enough. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/mcp16502.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
index 0fc4963bd5b0..3a8004abe044 100644
--- a/drivers/regulator/mcp16502.c
+++ b/drivers/regulator/mcp16502.c
@@ -547,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");