From: Laxman Dewangan Date: Fri, 6 Apr 2012 05:28:33 +0000 (+0530) Subject: regulator: rc5t583: Correct MODULE LICENSE to GPL v2 X-Git-Tag: v3.5-rc1~177^2~58^3~55 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4eb06453648bb0d1eca3669f26798a19b6f40eb8;p=~emulex%2Finfiniband.git regulator: rc5t583: Correct MODULE LICENSE to GPL v2 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 Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/rc5t583-regulator.c b/drivers/regulator/rc5t583-regulator.c index fcb9cc74665..7e9c14affa5 100644 --- a/drivers/regulator/rc5t583-regulator.c +++ b/drivers/regulator/rc5t583-regulator.c @@ -347,4 +347,4 @@ module_exit(rc5t583_regulator_exit); MODULE_AUTHOR("Laxman Dewangan "); MODULE_DESCRIPTION("RC5T583 regulator driver"); MODULE_ALIAS("platform:rc5t583-regulator"); -MODULE_LICENSE("GPL V2"); +MODULE_LICENSE("GPL v2");