projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
205c97b
)
regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driver
author
Robin Gong
<b38343@freescale.com>
Mon, 29 Jul 2013 03:40:11 +0000
(11:40 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 29 Jul 2013 05:00:54 +0000
(06:00 +0100)
Fix building error on x86_64 and i386:
WARNING: modpost: missing MODULE_LICENSE() in
drivers/regulator/pfuze100-regulator.o
Signed-off-by: Robin Gong <b38343@freescale.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index e2f9dcf3eb219c2f5e193976eb4145cf699c5e45..2dadc3138ce9ab2967d1b3c5d3fbe980872b4347 100644
(file)
--- a/
drivers/regulator/pfuze100-regulator.c
+++ b/
drivers/regulator/pfuze100-regulator.c
@@
-451,4
+451,5
@@
module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
+MODULE_LICENSE("GPL v2");
MODULE_ALIAS("pfuze100-regulator");