aboutsummaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorSimon Horman <horms@verge.net.au>2012-04-19 16:38:20 +0900
committerJesse Gross <jesse@nicira.com>2012-04-19 08:23:29 -0700
commitb9975b29e6143ea281f3c6123d5d56acaee79f9f (patch)
tree3a3a3bb50eaac92e873138cff859b25cb8f8e0d8 /datapath
parent43d50bc845055bee6243456d934106fc537d793d (diff)
datapath: Include linux/completion.h
This is needed for compilation against Linux 2.6.19 Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/genl_exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/datapath/genl_exec.c b/datapath/genl_exec.c
index 66c7f942..c963489c 100644
--- a/datapath/genl_exec.c
+++ b/datapath/genl_exec.c
@@ -19,6 +19,7 @@
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/version.h>
+#include <linux/completion.h>
#include <net/genetlink.h>
#include "genl_exec.h"