Commit 2f1b3050 authored by Zhu Lingshan's avatar Zhu Lingshan Committed by Michael S. Tsirkin

vDPA/ifcvf: remove the version number string

This commit removes the version number string, using kernel
version is enough.
Signed-off-by: default avatarZhu Lingshan <lingshan.zhu@intel.com>
Reviewed-by: default avatarLeon Romanovsky <leonro@nvidia.com>
Acked-by: default avatarJason Wang <jasowang@redhat.com>
Link: https://lore.kernel.org/r/20210317094933.16417-5-lingshan.zhu@intel.comSigned-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 51fc387b
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
#include <linux/sysfs.h> #include <linux/sysfs.h>
#include "ifcvf_base.h" #include "ifcvf_base.h"
#define VERSION_STRING "0.1"
#define DRIVER_AUTHOR "Intel Corporation" #define DRIVER_AUTHOR "Intel Corporation"
#define IFCVF_DRIVER_NAME "ifcvf" #define IFCVF_DRIVER_NAME "ifcvf"
...@@ -502,4 +501,3 @@ static struct pci_driver ifcvf_driver = { ...@@ -502,4 +501,3 @@ static struct pci_driver ifcvf_driver = {
module_pci_driver(ifcvf_driver); module_pci_driver(ifcvf_driver);
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_VERSION(VERSION_STRING);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment