X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fdmadev%2Frte_dmadev.c;h=d4b32b2971b0019ff937ba0ad4dcc67fc959d34e;hb=ec487c189686ee9b3b7551d3aca138cec3f91e74;hp=182d32aedb95bc44611d08bef29da746e4fba02c;hpb=2e348d8fe382d55a12afa105069a862a6d8c0a23;p=dpdk.git diff --git a/lib/dmadev/rte_dmadev.c b/lib/dmadev/rte_dmadev.c index 182d32aedb..d4b32b2971 100644 --- a/lib/dmadev/rte_dmadev.c +++ b/lib/dmadev/rte_dmadev.c @@ -18,7 +18,7 @@ static int16_t dma_devices_max; struct rte_dma_fp_object *rte_dma_fp_objs; -struct rte_dma_dev *rte_dma_devices; +static struct rte_dma_dev *rte_dma_devices; static struct { /* Hold the dev_max information of the primary process. This field is * set by the primary process and is read by the secondary process.