diff options
author | Robin Gong <[email protected]> | 2013-07-29 11:40:11 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2013-07-29 06:00:54 +0100 |
commit | 12d20fc2f38fc00152a9eaf8f2a82ff57a4ee06c (patch) | |
tree | b54e4c44e78753f3d47a231296d187d8673ab1a5 | |
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
-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 <[email protected]>"); MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC"); +MODULE_LICENSE("GPL v2"); MODULE_ALIAS("pfuze100-regulator"); |