mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] samples: vfio-mdev: mtty.c: delete MODULE_VERSION
@ 2025-05-31 16:18 Xose Vazquez Perez
  2025-06-02 15:43 ` Alex Williamson
  0 siblings, 1 reply; 2+ messages in thread
From: Xose Vazquez Perez @ 2025-05-31 16:18 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Kirti Wankhede, Linus Torvalds, KVM ML, KERNEL ML

Reminiscence of ancient times when modules were developed outside the kernel.

Cc: Kirti Wankhede <kwankhede@nvidia.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: KVM ML <kvm@vger.kernel.org>
Cc: KERNEL ML <linux-kernel@vger.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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-02 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-31 16:18 [PATCH] samples: vfio-mdev: mtty.c: delete MODULE_VERSION Xose Vazquez Perez
2025-06-02 15:43 ` Alex Williamson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®