]> git.droids-corp.org - dpdk.git/commitdiff
eal/x86: remove atomic header include loop
authorHaiyue Wang <haiyue.wang@intel.com>
Thu, 24 Mar 2022 08:41:43 +0000 (16:41 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 30 Mar 2022 16:54:14 +0000 (18:54 +0200)
Remove the x86 top atomic header include from the architecture related
header file, since this x86 top atomic header file has included them.

Signed-off-by: Haiyue Wang <haiyue.wang@intel.com>
lib/eal/x86/include/rte_atomic_32.h
lib/eal/x86/include/rte_atomic_64.h

index f63b7fa275301654ab37ad1e763583e451738e0f..c885a66e0c7549afc4a49b55f709e9f5c4aba4e4 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <stdint.h>
 #include <rte_common.h>
-#include <rte_atomic.h>
 
 /*------------------------- 64 bit atomic operations -------------------------*/
 
index cfe7067ddd0639b756e06fe5f9da41259cb0c479..0edee8627224553fb574334823aea9900e098660 100644 (file)
@@ -19,7 +19,6 @@
 #include <stdint.h>
 #include <rte_common.h>
 #include <rte_compat.h>
-#include <rte_atomic.h>
 
 /*------------------------- 64 bit atomic operations -------------------------*/