summaryrefslogtreecommitdiff
path: root/lib/ovs-thread.c
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2019-03-04 13:35:30 +0300
committerIan Stokes <ian.stokes@intel.com>2019-03-14 08:45:05 +0000
commitf7e46850153c323a80528e556913b8b5968d5f33 (patch)
treeedbba342bf1ad4ace40e9cd6ea26284d60ac0a85 /lib/ovs-thread.c
parent4e8aa5378d8a43ddc9374d831a92e35e1d477f8e (diff)
downloadopenvswitch-f7e46850153c323a80528e556913b8b5968d5f33.tar.gz
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 <i.maximets@samsung.com> Signed-off-by: Ian Stokes <ian.stokes@intel.com>
Diffstat (limited to 'lib/ovs-thread.c')
-rw-r--r--lib/ovs-thread.c1
1 files changed, 0 insertions, 1 deletions
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"