diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2019-12-12 14:33:06 +0100 |
---|---|---|
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-12-12 17:09:50 +0100 |
commit | 373894f83b52423e4eb05566977c9c38985b0b57 (patch) | |
tree | 1df2263bca608d9e6dda88d98b3570d8ef31c5dc /drivers/gpio/gpio-tb10x.c | |
parent | gpio: bcm-kona: use platform_irq_count (diff) | |
download | linux-373894f83b52423e4eb05566977c9c38985b0b57.tar.xz linux-373894f83b52423e4eb05566977c9c38985b0b57.zip |
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 <info@metux.net>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Diffstat (limited to 'drivers/gpio/gpio-tb10x.c')
-rw-r--r-- | drivers/gpio/gpio-tb10x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c index 5e375186f90e..866201cf5f65 100644 --- a/drivers/gpio/gpio-tb10x.c +++ b/drivers/gpio/gpio-tb10x.c @@ -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"); |