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/netdev.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/netdev.c') 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" -- cgit v1.2.1