regmap: sdw-mbq: use MODULE_LICENSE("GPL")
authorBard Liao <yung-chuan.liao@linux.intel.com>
Fri, 22 Jan 2021 07:06:32 +0000 (15:06 +0800)
committerVinod Koul <vkoul@kernel.org>
Thu, 11 Feb 2021 05:24:00 +0000 (10:54 +0530)
"GPL v2" is the same as "GPL". It exists for historic reasons.
See Documentation/process/license-rules.rst

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20210122070634.12825-8-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/base/regmap/regmap-sdw-mbq.c

index 6675c3a..fe3ac26 100644 (file)
@@ -98,4 +98,4 @@ struct regmap *__devm_regmap_init_sdw_mbq(struct sdw_slave *sdw,
 EXPORT_SYMBOL_GPL(__devm_regmap_init_sdw_mbq);
 
 MODULE_DESCRIPTION("Regmap SoundWire MBQ Module");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");