Use GPLv2 for both the module information and the header. Signed-off-by: Daniel Mack <daniel@xxxxxxxxxx> --- drivers/leds/leds-lt3593.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/leds/leds-lt3593.c b/drivers/leds/leds-lt3593.c index f6aae616242e..90a8c86c5341 100644 --- a/drivers/leds/leds-lt3593.c +++ b/drivers/leds/leds-lt3593.c @@ -202,5 +202,5 @@ module_platform_driver(lt3593_led_driver); MODULE_AUTHOR("Daniel Mack <daniel@xxxxxxxxxx>"); MODULE_DESCRIPTION("LED driver for LT3593 controllers"); -MODULE_LICENSE("GPL"); +MODULE_LICENSE("GPLv2"); MODULE_ALIAS("platform:leds-lt3593"); -- 2.17.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html