aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/pfuze100-regulator.c
diff options
context:
space:
mode:
authorRobin Gong <b38343@freescale.com>2013-07-29 11:40:11 +0800
committerMark Brown <broonie@linaro.org>2013-07-29 06:00:54 +0100
commit12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c (patch)
treeb54e4c44e78753f3d47a231296d187d8673ab1a5 /drivers/regulator/pfuze100-regulator.c
parentregulator:pfuze100: fix build warning and correct the binding doc (diff)
downloadlinux-dev-12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c.tar.xz
linux-dev-12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c.zip
regulator: pfuze100: add MODULE_LICENSE() in pfuze100 driver
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>
Diffstat (limited to 'drivers/regulator/pfuze100-regulator.c')
-rw-r--r--drivers/regulator/pfuze100-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c
index e2f9dcf3eb21..2dadc3138ce9 100644
--- 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");