From: Axel Lin Date: Sun, 24 Feb 2019 06:41:10 +0000 (+0800) Subject: regulator: mcp16502: Remove module version X-Git-Tag: v5.15~5598^2~58^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ec9c179c07ab6b17dd482033e0216409d46fc57;p=platform%2Fkernel%2Flinux-starfive.git regulator: mcp16502: Remove module version The module version is unlikely to be updated, use kernel version should be enough. Signed-off-by: Axel Lin Acked-by: Nicolas Ferre Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index 0fc4963..3a8004a 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");