diff mbox

[API-NEXT,PATCHv4,02/10] linux-generic: schedule: rename ordered lock typedef

Message ID 1440796737-8636-3-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit 0a204dd6b4a09ece652213c94d1e51f2b58da486
Headers show

Commit Message

Bill Fischofer Aug. 28, 2015, 9:18 p.m. UTC
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 platform/linux-generic/include/odp/plat/schedule_types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/platform/linux-generic/include/odp/plat/schedule_types.h b/platform/linux-generic/include/odp/plat/schedule_types.h
index 91e62e7..87f9c11 100644
--- a/platform/linux-generic/include/odp/plat/schedule_types.h
+++ b/platform/linux-generic/include/odp/plat/schedule_types.h
@@ -48,7 +48,7 @@  typedef int odp_schedule_group_t;
 
 #define ODP_SCHED_GROUP_NAME_LEN 32
 
-typedef int odp_schedule_olock_t;
+typedef int odp_schedule_order_lock_t;
 
 /**
  * @}