diff options
author | Axel Lin <axel.lin@ingics.com> | 2019-02-24 14:41:10 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-26 11:49:04 +0000 |
commit | 1ec9c179c07ab6b17dd482033e0216409d46fc57 (patch) | |
tree | a72db4b433cd9670336e1f9239b6bd295f47fd47 /drivers/regulator | |
parent | 87919e0cf166454caf202fcddeea42c8eba700ea (diff) |
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.c | 1 |
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"); |