diff options
author | Robin Gong <b38343@freescale.com> | 2013-07-29 07:40:11 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-29 09:00:54 +0400 |
commit | 12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c (patch) | |
tree | b54e4c44e78753f3d47a231296d187d8673ab1a5 /drivers/regulator | |
parent | 205c97bcb8773f31184aedd86e229c95fffb179a (diff) | |
download | linux-12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c.tar.xz |
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')
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 1 |
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"); |