proc-net-compat: Stub out on non-Linux.
[openvswitch] / lib / dpif.c
index 097b38d8c22aa7eeaf359d4912bb2d20995cceb9..8286da402ae808c48019dcef9c019e7f7338ebef 100644 (file)
@@ -42,7 +42,9 @@
 #define THIS_MODULE VLM_dpif
 
 static const struct dpif_class *base_dpif_classes[] = {
+#ifdef HAVE_NETLINK
     &dpif_linux_class,
+#endif
     &dpif_netdev_class,
 };