From 76a1df4d0de019c530b09e1bee329565915065f3 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Sun, 26 Feb 2017 23:54:11 -0500 Subject: [PATCH] net/vhost: remove include of numaif.h This patch revmoves include of the numaif.h header from rte_eth_vhost.c. Commit 586e39001317 ("vhost: export numa node") moved the invocation of get_mempolicy() from rte_eth_vhost.c to librte_vhost. So there is no need to include the numaif.h header anymore in rte_eth_vhost.c. Signed-off-by: Rami Rosen Acked-by: Yuanhan Liu --- drivers/net/vhost/rte_eth_vhost.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/net/vhost/rte_eth_vhost.c b/drivers/net/vhost/rte_eth_vhost.c index 7f5cd7ee28..21a4c018a5 100644 --- a/drivers/net/vhost/rte_eth_vhost.c +++ b/drivers/net/vhost/rte_eth_vhost.c @@ -33,9 +33,6 @@ #include #include #include -#ifdef RTE_LIBRTE_VHOST_NUMA -#include -#endif #include #include -- 2.20.1