]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
regulator: rc5t583: Correct MODULE LICENSE to GPL v2
authorLaxman Dewangan <ldewangan@nvidia.com>
Fri, 6 Apr 2012 05:28:33 +0000 (10:58 +0530)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Apr 2012 08:49:45 +0000 (09:49 +0100)
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>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/rc5t583-regulator.c

index fcb9cc7466590aa14514f8c57e1d4d55a4a08a3b..7e9c14affa5ea55c1858c24ebd7766923a207cd0 100644 (file)
@@ -347,4 +347,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");