aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/odp_event.c
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-05-20 14:37:23 +0300
committerMatias Elo <matias.elo@nokia.com>2022-05-24 09:54:02 +0300
commit84b72869aa57f62fe262b0f2d798d4f01b4a668f (patch)
treeeea999b010d1f4c285bb8867894915f1d8af7bfe /platform/linux-generic/odp_event.c
parent33605afb7a6603ac74c437695acef423afc35269 (diff)
linux-gen: event: inline odp_event_flow_id_set()
Inline odp_event_flow_id_set() function implementation. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Tuomas Taipale <tuomas.taipale@nokia.com>
Diffstat (limited to 'platform/linux-generic/odp_event.c')
-rw-r--r--platform/linux-generic/odp_event.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/linux-generic/odp_event.c b/platform/linux-generic/odp_event.c
index 558f1f793..50cb03a19 100644
--- a/platform/linux-generic/odp_event.c
+++ b/platform/linux-generic/odp_event.c
@@ -40,11 +40,6 @@ _odp_event_inline_offset ODP_ALIGNED_CACHE = {
#include <odp/visibility_end.h>
-void odp_event_flow_id_set(odp_event_t event, uint32_t flow_id)
-{
- event_flow_id_set(event, flow_id);
-}
-
void odp_event_free(odp_event_t event)
{
switch (odp_event_type(event)) {