net/vhost: remove include of numaif.h
authorRami Rosen <rami.rosen@intel.com>
Mon, 27 Feb 2017 04:54:11 +0000 (23:54 -0500)
committerYuanhan Liu <yuanhan.liu@linux.intel.com>
Sat, 1 Apr 2017 06:58:54 +0000 (08:58 +0200)
commit76a1df4d0de019c530b09e1bee329565915065f3
treec41e28667a8d59a785642fe332d80bdbf18c756f
parentf53fe364d6d982a2f18bd941f4750721dd68739e
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 <rami.rosen@intel.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
drivers/net/vhost/rte_eth_vhost.c