[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250531161836.102346-1-xose.vazquez@gmail.com>
Date: Sat, 31 May 2025 18:18:36 +0200
From: Xose Vazquez Perez <xose.vazquez@...il.com>
To:
Cc: Xose Vazquez Perez <xose.vazquez@...il.com>,
Kirti Wankhede <kwankhede@...dia.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
KVM ML <kvm@...r.kernel.org>,
KERNEL ML <linux-kernel@...r.kernel.org>
Subject: [PATCH] samples: vfio-mdev: mtty.c: delete MODULE_VERSION
Reminiscence of ancient times when modules were developed outside the kernel.
Cc: Kirti Wankhede <kwankhede@...dia.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: KVM ML <kvm@...r.kernel.org>
Cc: KERNEL ML <linux-kernel@...r.kernel.org>
---
samples/vfio-mdev/mtty.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/samples/vfio-mdev/mtty.c b/samples/vfio-mdev/mtty.c
index 59eefe2fed10..f9f7472516c9 100644
--- a/samples/vfio-mdev/mtty.c
+++ b/samples/vfio-mdev/mtty.c
@@ -35,7 +35,6 @@
* #defines
*/
-#define VERSION_STRING "0.1"
#define DRIVER_AUTHOR "NVIDIA Corporation"
#define MTTY_CLASS_NAME "mtty"
@@ -2057,5 +2056,4 @@ module_exit(mtty_dev_exit)
MODULE_LICENSE("GPL v2");
MODULE_DESCRIPTION("Test driver that simulate serial port over PCI");
-MODULE_VERSION(VERSION_STRING);
MODULE_AUTHOR(DRIVER_AUTHOR);
--
2.49.0
Powered by blists - more mailing lists