Fix !HAVE_NETLINK build
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 8 Jan 2014 06:07:30 +0000 (15:07 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 8 Jan 2014 06:18:08 +0000 (22:18 -0800)
Fix a regression introduced by commit 4b97b70d
("ofproto-dpif: Enable NXAST_SAMPLE only if the datapath supports it.")

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c

index 91ffe23..a3fd792 100644 (file)
@@ -42,7 +42,6 @@
 #include "netdev-vport.h"
 #include "netdev.h"
 #include "netlink.h"
-#include "netlink-socket.h"
 #include "nx-match.h"
 #include "odp-util.h"
 #include "odp-execute.h"