projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d50bc
)
datapath: Include linux/completion.h
author
Simon Horman
<horms@verge.net.au>
Thu, 19 Apr 2012 07:38:20 +0000
(16:38 +0900)
committer
Jesse Gross
<jesse@nicira.com>
Thu, 19 Apr 2012 15:23:29 +0000
(08:23 -0700)
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>
datapath/genl_exec.c
patch
|
blob
|
history
diff --git
a/datapath/genl_exec.c
b/datapath/genl_exec.c
index 66c7f942956aec76e4cc3d4d819d03a444eaae14..c963489ced43412506e55f069d3bf615c351bb19 100644
(file)
--- 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"