From: Rami Rosen Date: Mon, 27 Feb 2017 04:54:11 +0000 (-0500) Subject: net/vhost: remove include of numaif.h X-Git-Tag: spdx-start~3923 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=76a1df4d0de019c530b09e1bee329565915065f3;p=dpdk.git 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 --- 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