linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: rc5t583: Correct MODULE LICENSE to GPL v2
@ 2012-04-06  5:28 Laxman Dewangan
  2012-04-06  8:51 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Laxman Dewangan @ 2012-04-06  5:28 UTC (permalink / raw)
  To: lrg, broonie, paul.gortmaker; +Cc: linux-kernel, Laxman Dewangan

Fixing build issue reported by Paul Gortmaker:

It appears this breaks linux-next allmodconfig build, because it
uses an uppercase V in the v2 of its MODULE_LICENSE.

FATAL: modpost: GPL-incompatible module rc5t583-regulator.ko uses
GPL-only symbol 'platform_driver_unregister'
make[2]: *** [__modpost] Error 1

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
---
 drivers/regulator/rc5t583-regulator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t583-regulator.c
index 578bd5d..442106a 100755
--- a/drivers/regulator/rc5t583-regulator.c
+++ b/drivers/regulator/rc5t583-regulator.c
@@ -361,4 +361,4 @@ module_exit(rc5t583_regulator_exit);
 MODULE_AUTHOR("Laxman Dewangan <ldewangan@nvidia.com>");
 MODULE_DESCRIPTION("RC5T583 regulator driver");
 MODULE_ALIAS("platform:rc5t583-regulator");
-MODULE_LICENSE("GPL V2");
+MODULE_LICENSE("GPL v2");
-- 
1.7.1.1


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

* Re: [PATCH] regulator: rc5t583: Correct MODULE LICENSE to GPL v2
  2012-04-06  5:28 [PATCH] regulator: rc5t583: Correct MODULE LICENSE to GPL v2 Laxman Dewangan
@ 2012-04-06  8:51 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2012-04-06  8:51 UTC (permalink / raw)
  To: Laxman Dewangan; +Cc: lrg, paul.gortmaker, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 421 bytes --]

On Fri, Apr 06, 2012 at 10:58:33AM +0530, Laxman Dewangan wrote:
> Fixing build issue reported by Paul Gortmaker:
> 
> It appears this breaks linux-next allmodconfig build, because it
> uses an uppercase V in the v2 of its MODULE_LICENSE.
> 
> FATAL: modpost: GPL-incompatible module rc5t583-regulator.ko uses
> GPL-only symbol 'platform_driver_unregister'
> make[2]: *** [__modpost] Error 1

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-04-06  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06  5:28 [PATCH] regulator: rc5t583: Correct MODULE LICENSE to GPL v2 Laxman Dewangan
2012-04-06  8:51 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).