mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver
@ 2013-07-29  3:40 Robin Gong
  2013-07-29  5:01 ` Mark Brown
  2013-07-29 17:21 ` Randy Dunlap
  0 siblings, 2 replies; 3+ messages in thread
From: Robin Gong @ 2013-07-29  3:40 UTC (permalink / raw)
  To: lgirdwood, broonie; +Cc: linux-kernel, rdunlap

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>
---
 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 e2f9dcf..2dadc31 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");
-- 
1.7.5.4



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-29 17:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-29  3:40 [PATCH] regulator:pfuze100: add MODULE_LICENSE() in pfuze100 driver Robin Gong
2013-07-29  5:01 ` Mark Brown
2013-07-29 17:21 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome