dmaengine: bcm2835: make license text and module license match
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 23 Oct 2018 11:06:07 +0000 (13:06 +0200)
committerVinod Koul <vkoul@kernel.org>
Sun, 11 Nov 2018 09:08:50 +0000 (14:38 +0530)
The license text is specifying GPL v2 or later but the MODULE_LICENSE
is set to GPL v2 which means GNU Public License v2 only. So choose the
license text as the correct one.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Acked-by: Florian Kauer <florian.kauer@koalo.de>
Acked-by: Martin Sperl <kernel@martin.sperl.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/bcm2835-dma.c

index cad55ab80d4173b46eae922a713179fafa28cc01..ed871eb8e3cbfd6ced55c4b4ff1cce10090ac327 100644 (file)
@@ -1056,4 +1056,4 @@ module_platform_driver(bcm2835_dma_driver);
 MODULE_ALIAS("platform:bcm2835-dma");
 MODULE_DESCRIPTION("BCM2835 DMA engine driver");
 MODULE_AUTHOR("Florian Meier <florian.meier@koalo.de>");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPL");