diff options
author | Robin Gong <b38343@freescale.com> | 2013-07-28 23:40:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-29 01:00:54 -0400 |
commit | 12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c (patch) | |
tree | b54e4c44e78753f3d47a231296d187d8673ab1a5 /drivers | |
parent | 205c97bcb8773f31184aedd86e229c95fffb179a (diff) |
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')
-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); | |||
451 | 451 | ||
452 | MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); | 452 | MODULE_AUTHOR("Robin Gong <b38343@freescale.com>"); |
453 | MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); | 453 | MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); |
454 | MODULE_LICENSE("GPL v2"); | ||
454 | MODULE_ALIAS("pfuze100-regulator"); | 455 | MODULE_ALIAS("pfuze100-regulator"); |