ofp-actions: Remove unused variable.
[openvswitch] / lib / dpif.c
index 7f859d77e34f4ddab7c0fde8ca6006e5a986511d..fa9b30a6abcb1609ef5dc864f3617d5e4258c9dc 100644 (file)
@@ -58,7 +58,7 @@ COVERAGE_DEFINE(dpif_execute);
 COVERAGE_DEFINE(dpif_purge);
 
 static const struct dpif_class *base_dpif_classes[] = {
-#ifdef HAVE_NETLINK
+#ifdef LINUX_DATAPATH
     &dpif_linux_class,
 #endif
     &dpif_netdev_class,