From f7e46850153c323a80528e556913b8b5968d5f33 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Mon, 4 Mar 2019 13:35:30 +0300 Subject: treewide: Clean up inclusions of netdev-dpdk header. 'netdev-dpdk.h' provides only 'netdev_dpdk_register' and 'free_dpdk_buf' which are not used in these files and should not be used. Leftovers from the already removed code. Signed-off-by: Ilya Maximets Signed-off-by: Ian Stokes --- lib/ovs-thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/ovs-thread.c') diff --git a/lib/ovs-thread.c b/lib/ovs-thread.c index c8d92bc1b..159d87e5b 100644 --- a/lib/ovs-thread.c +++ b/lib/ovs-thread.c @@ -27,7 +27,6 @@ #include "fatal-signal.h" #include "hash.h" #include "openvswitch/list.h" -#include "netdev-dpdk.h" #include "ovs-rcu.h" #include "openvswitch/poll-loop.h" #include "seq.h" -- cgit v1.2.1