datapath-protocol: Remove #include <linux/netlink.h>.
authorBen Pfaff <blp@nicira.com>
Tue, 4 Oct 2011 22:30:40 +0000 (15:30 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Oct 2011 23:27:08 +0000 (16:27 -0700)
Bug #7559.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
include/openvswitch/datapath-protocol.h
lib/odp-util.h

index 976ab68..47084f1 100644 (file)
@@ -50,8 +50,6 @@
 #include "openvswitch/types.h"
 #include <sys/socket.h>
 #endif
-
-#include <linux/netlink.h>
 \f
 /* datapaths. */
 
index 0e4bc0b..04a909c 100644 (file)
@@ -28,6 +28,7 @@
 
 struct ds;
 struct flow;
+struct nlattr;
 struct ofpbuf;
 
 #define OVSP_NONE ((uint16_t) -1)