From 06448753e21dcacdce11d7a7e55526561836f550 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 2 Dec 2010 11:16:30 -0800 Subject: [PATCH] datapath: Fix odp-compat definition of struct compat_odp_execute. The in_port member and padding were removed from struct odp_execute some time ago, but the compat definition didn't reflect this. Signed-off-by: Ben Pfaff Acked-by: Jesse Gross --- datapath/odp-compat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h index c9d36dfe..5c9eb815 100644 --- a/datapath/odp-compat.h +++ b/datapath/odp-compat.h @@ -47,10 +47,6 @@ struct compat_odp_flowvec { }; struct compat_odp_execute { - u16 in_port; - u16 reserved1; - u32 reserved2; - compat_uptr_t actions; u32 n_actions; -- 2.30.2