aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-10-07 21:57:43 -0400
committerMark Brown <broonie@kernel.org>2014-10-20 07:24:08 -0400
commit6cf0bf0dfba6e1dfea061db2eef48ea2cbff68da (patch)
tree8470cdb2cefda0ec71e3dd35de3b712e4b46b0c1
parentf114040e3ea6e07372334ade75d1ee0775c355e1 (diff)
regulator: sky81452: 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> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/regulator/sky81452-regulator.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/sky81452-regulator.c b/drivers/regulator/sky81452-regulator.c
index 97aff0ccd65f..476b80a0abca 100644
--- a/drivers/regulator/sky81452-regulator.c
+++ b/drivers/regulator/sky81452-regulator.c
@@ -127,4 +127,3 @@ module_platform_driver(sky81452_reg_driver);
127MODULE_DESCRIPTION("Skyworks SKY81452 Regulator driver"); 127MODULE_DESCRIPTION("Skyworks SKY81452 Regulator driver");
128MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>"); 128MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>");
129MODULE_LICENSE("GPL"); 129MODULE_LICENSE("GPL");
130MODULE_VERSION("1.0");