From 7bd0eab46d20563801255fb4cec6796beefa7a0d Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Wed, 20 Jan 2016 11:19:31 +0200 Subject: linux-generic: locks: replace internal atomics Replace internal non-relaxed atomics with API calls. Timer and spinlock were not converted since those use flags and 128 variables. Signed-off-by: Petri Savolainen Reviewed-by: Ola Liljedahl Signed-off-by: Maxim Uvarov --- platform/linux-generic/include/odp_pool_internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/linux-generic/include/odp_pool_internal.h') diff --git a/platform/linux-generic/include/odp_pool_internal.h b/platform/linux-generic/include/odp_pool_internal.h index ae4836cc8..fdac6067e 100644 --- a/platform/linux-generic/include/odp_pool_internal.h +++ b/platform/linux-generic/include/odp_pool_internal.h @@ -28,7 +28,6 @@ extern "C" { #include #include #include -#include #include #include -- cgit v1.2.3