Re: [ovs-dev] [PATCH] datapath: Include linux/completion.h

2012-04-19 Thread Jesse Gross
On Thu, Apr 19, 2012 at 12:38 AM, Simon Horman wrote: > This is needed for compilation against Linux 2.6.19 > > Signed-off-by: Simon Horman Applied. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] datapath: Include linux/completion.h

2012-04-19 Thread Simon Horman
This is needed for compilation against Linux 2.6.19 Signed-off-by: Simon Horman --- datapath/genl_exec.c |1 + 1 file changed, 1 insertion(+) diff --git a/datapath/genl_exec.c b/datapath/genl_exec.c index 66c7f94..c963489 100644 --- a/datapath/genl_exec.c +++ b/datapath/genl_exec.c @@ -19,6