gpio: remove unneeded MODULE_VERSION() usage
authorEnrico Weigelt, metux IT consult <info@metux.net>
Thu, 12 Dec 2019 13:33:06 +0000 (14:33 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 12 Dec 2019 16:09:50 +0000 (17:09 +0100)
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 <info@metux.net>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-sama5d2-piobu.c
drivers/gpio/gpio-tb10x.c

index b04c561f328058fcc3d939ced7d036f89fc651b0..4d47b2c41186893fea556de1ef8fc71fb7e03e3f 100644 (file)
@@ -244,7 +244,6 @@ static struct platform_driver sama5d2_piobu_driver = {
 
 module_platform_driver(sama5d2_piobu_driver);
 
-MODULE_VERSION("1.0");
 MODULE_LICENSE("GPL v2");
 MODULE_DESCRIPTION("SAMA5D2 PIOBU controller driver");
 MODULE_AUTHOR("Andrei Stefanescu <andrei.stefanescu@microchip.com>");
index 5e375186f90ef77408e7040114c81f5798154b1b..866201cf5f65ed4899ebe37f00dd185b5580a760 100644 (file)
@@ -243,4 +243,3 @@ static struct platform_driver tb10x_gpio_driver = {
 module_platform_driver(tb10x_gpio_driver);
 MODULE_LICENSE("GPL");
 MODULE_DESCRIPTION("tb10x gpio.");
-MODULE_VERSION("0.0.1");