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 976ab68467ed0ccf03237fdd2619f1ed931f9739..47084f13ea6e13231f893b2a16395888e33c28ec 100644 (file)
@@ -50,8 +50,6 @@
 #include "openvswitch/types.h"
 #include <sys/socket.h>
 #endif
-
-#include <linux/netlink.h>
 \f
 /* datapaths. */
 
index 0e4bc0bd0c9db17923df09b32dd64b7188aeb3be..04a909ca001c4113edd741e1c054c3578976e671 100644 (file)
@@ -28,6 +28,7 @@
 
 struct ds;
 struct flow;
+struct nlattr;
 struct ofpbuf;
 
 #define OVSP_NONE ((uint16_t) -1)