]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ifc/ifcvf_vdpa.c
add missing static keyword to globals
[dpdk.git] / drivers / net / ifc / ifcvf_vdpa.c
index e1edb328cc1a7968d655cea621e6964d067a9875..97a57f182b9b55d3263afc1da9b52c9f5dde4159 100644 (file)
@@ -718,7 +718,7 @@ ifcvf_get_protocol_features(int did __rte_unused, uint64_t *features)
        return 0;
 }
 
-struct rte_vdpa_dev_ops ifcvf_ops = {
+static struct rte_vdpa_dev_ops ifcvf_ops = {
        .get_queue_num = ifcvf_get_queue_num,
        .get_features = ifcvf_get_vdpa_features,
        .get_protocol_features = ifcvf_get_protocol_features,