projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87919e0
)
regulator: mcp16502: Remove module version
author
Axel Lin
<axel.lin@ingics.com>
Sun, 24 Feb 2019 06:41:10 +0000
(14:41 +0800)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/regulator/mcp16502.c
b/drivers/regulator/mcp16502.c
index 0fc4963bd5b06e25f10a6411fb4ddd8d4ed4ca7c..3a8004abe04474c42c864dae96272dc36bde2146 100644
(file)
--- 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");