]> git.droids-corp.org - dpdk.git/commitdiff
stack: remove unneeded atomic header include
authorJoyce Kong <joyce.kong@arm.com>
Wed, 13 Oct 2021 20:48:12 +0000 (15:48 -0500)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 19 Oct 2021 15:15:10 +0000 (17:15 +0200)
In stack module, remove the header file rte_atomic.h
as it is not being used.

Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Signed-off-by: Dharmik Thakkar <dharmik.thakkar@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
app/test/test_stack.c
lib/stack/rte_stack.c
lib/stack/rte_stack.h

index 00efb38e2ab8bc6c1eaf02d91beab5dd65c869d9..bc3896143334de71db61e553937ce5cd3f0f69e9 100644 (file)
@@ -4,7 +4,6 @@
 
 #include <string.h>
 
-#include <rte_atomic.h>
 #include <rte_lcore.h>
 #include <rte_malloc.h>
 #include <rte_random.h>
index 5e56cd9f0cd3377103830bd0e1ccaf5e1657393f..56bf2c8d6d3dbd3bd9ccaf6edb09d375b41c81c7 100644 (file)
@@ -6,7 +6,6 @@
 #include <sys/queue.h>
 
 #include <rte_string_fns.h>
-#include <rte_atomic.h>
 #include <rte_eal.h>
 #include <rte_eal_memconfig.h>
 #include <rte_errno.h>
index 27640f87b245fac855f5aeb4a24d175f35876f34..321f4cec1a10ae7b8ceb37316a5af013e630b2ab 100644 (file)
@@ -19,7 +19,6 @@
 extern "C" {
 #endif
 
-#include <rte_atomic.h>
 #include <rte_compat.h>
 #include <rte_debug.h>
 #include <rte_errno.h>