From: Dmitry Eremin-Solenikov <[email protected]>
Signed-off-by: Dmitry Eremin-Solenikov <[email protected]>
---
/** Email created from pull request 108 (lumag:symbols-cleanup)
** https://github.com/Linaro/odp/pull/108
** Patch: https://github.com/Linaro/odp/pull/108.patch
** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5
** Merge commit sha: 3c45ed0f11246bba34da1ea38de6e2ffc9435299
**/
platform/linux-generic/odp_queue_scalable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/platform/linux-generic/odp_queue_scalable.c
b/platform/linux-generic/odp_queue_scalable.c
index 503b40f5..79148060 100644
--- a/platform/linux-generic/odp_queue_scalable.c
+++ b/platform/linux-generic/odp_queue_scalable.c
@@ -49,7 +49,7 @@ typedef struct queue_table_t {
} queue_table_t;
static queue_table_t *queue_tbl;
-_odp_ishm_pool_t *queue_shm_pool;
+static _odp_ishm_pool_t *queue_shm_pool;
static inline odp_queue_t queue_from_id(uint32_t queue_id)
{