regulator: mcp16502: Remove module version
authorAxel Lin <axel.lin@ingics.com>
Sun, 24 Feb 2019 06:41:10 +0000 (14:41 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 26 Feb 2019 11:49:04 +0000 (11:49 +0000)
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>
drivers/regulator/mcp16502.c

index 0fc4963..3a8004a 100644 (file)
@@ -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");