Skip to content

Commit 373894f

Browse files
metuxbrgl
authored andcommitted
gpio: remove unneeded MODULE_VERSION() usage
Remove MODULE_VERSION(), as it isn't needed at all: the only version making sense is the kernel version. Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent cfdca14 commit 373894f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

drivers/gpio/gpio-sama5d2-piobu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ static struct platform_driver sama5d2_piobu_driver = {
244244

245245
module_platform_driver(sama5d2_piobu_driver);
246246

247-
MODULE_VERSION("1.0");
248247
MODULE_LICENSE("GPL v2");
249248
MODULE_DESCRIPTION("SAMA5D2 PIOBU controller driver");
250249
MODULE_AUTHOR("Andrei Stefanescu <[email protected]>");

drivers/gpio/gpio-tb10x.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,3 @@ static struct platform_driver tb10x_gpio_driver = {
243243
module_platform_driver(tb10x_gpio_driver);
244244
MODULE_LICENSE("GPL");
245245
MODULE_DESCRIPTION("tb10x gpio.");
246-
MODULE_VERSION("0.0.1");

0 commit comments

Comments
 (0)