summaryrefslogtreecommitdiff
path: root/lib/netdev.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/netdev.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/netdev.c')
-rw-r--r--lib/netdev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/netdev.c b/lib/netdev.c
index 9d7c24c27..7d7ecf6f0 100644
--- a/lib/netdev.c
+++ b/lib/netdev.c
@@ -39,7 +39,6 @@
#include "fatal-signal.h"
#include "hash.h"
#include "openvswitch/list.h"
-#include "netdev-dpdk.h"
#include "netdev-provider.h"
#include "netdev-vport.h"
#include "odp-netlink.h"