Skip to content

Commit

Permalink
datapath-windows: remove reference to OvsNetlink.h
Browse files Browse the repository at this point in the history
In this patch we remove reference to OvsNetlink.h.
Since we do not refer to lib/netlink-protocol.h anymore,
hence removed the WIN_DP based check as well.

Signed-off-by: Ankur Sharma <[email protected]>
Reported-at: openvswitch/ovs-issues#18
Acked-by: Nithin Raju <[email protected]>
Signed-off-by: Ben Pfaff <[email protected]>
  • Loading branch information
ankursh authored and blp committed Aug 22, 2014
1 parent d838e57 commit 2b829ec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 181 deletions.
1 change: 0 additions & 1 deletion datapath-windows/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ EXTRA_DIST += \
datapath-windows/Package/package.VcxProj \
datapath-windows/Package/package.VcxProj.user \
datapath-windows/include/OvsDpInterfaceExt.h \
datapath-windows/include/OvsNetlink.h \
datapath-windows/include/OvsPub.h\
datapath-windows/ovsext/Netlink.c \
datapath-windows/ovsext/Netlink.h \
Expand Down
174 changes: 0 additions & 174 deletions datapath-windows/include/OvsNetlink.h

This file was deleted.

6 changes: 0 additions & 6 deletions lib/netlink-protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@
* on other platforms it directly defines the structures and macros itself.
*/

/* This file is included by windows driver as well (as of now).
* It does not have access to following header files,
* hence do not include them for windows driver.
*/
#ifndef OVS_WIN_DP
#include <stdint.h>
#include <sys/socket.h>
#include "util.h"
#endif

#ifdef HAVE_NETLINK
#include <linux/netlink.h>
Expand Down

0 comments on commit 2b829ec

Please sign in to comment.