projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f114040
)
regulator: sky81452: Remove module version
author
Axel Lin
<axel.lin@ingics.com>
Wed, 8 Oct 2014 01:57:43 +0000
(09:57 +0800)
committer
Mark Brown
<broonie@kernel.org>
Mon, 20 Oct 2014 11:24:08 +0000
(12:24 +0100)
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>
drivers/regulator/sky81452-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/sky81452-regulator.c
b/drivers/regulator/sky81452-regulator.c
index 97aff0ccd65ff3062ec435c8d626941d1cde03c9..476b80a0abcadbfa864b8390a549ea18d61f7bb0 100644
(file)
--- a/
drivers/regulator/sky81452-regulator.c
+++ b/
drivers/regulator/sky81452-regulator.c
@@
-127,4
+127,3
@@
module_platform_driver(sky81452_reg_driver);
MODULE_DESCRIPTION("Skyworks SKY81452 Regulator driver");
MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@skyworksinc.com>");
MODULE_LICENSE("GPL");
-MODULE_VERSION("1.0");