aboutsummaryrefslogtreecommitdiff
path: root/lib/dpif.h
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2013-01-25 13:30:40 -0800
committerEthan Jackson <ethan@nicira.com>2013-01-28 19:09:58 -0800
commitc060c4cf83c03385f295680e34bc55f4a8024034 (patch)
treeb72cd86ed645eb632f436f1b44a1b84cb0e893af /lib/dpif.h
parent0f5383787d687b2fa21286bd61102c16ab958829 (diff)
netdev-vport: Build on all platforms.
This patch removes the final bit of linux specific code which prevents building netdev-vport everywhere. With this, other platforms automatically get access to patch ports, and (if their datapath supports it), flow based tunneling. Signed-off-by: Ethan Jackson <ethan@nicira.com>
Diffstat (limited to 'lib/dpif.h')
-rw-r--r--lib/dpif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/dpif.h b/lib/dpif.h
index a478db2c..c5e3fc81 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -324,7 +324,6 @@
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
-#include <linux/openvswitch.h>
#include "openflow/openflow.h"
#include "netdev.h"
#include "util.h"