Re: [Cryptodev-linux-devel] [PATCH] Replace INIT_COMPLETION with reinit_completion.

2014-01-15 Thread Phil Sutter
On Wed, Jan 15, 2014 at 06:21:30PM +0200, Horia Geantă wrote: > On 1/15/2014 5:46 PM, Phil Sutter wrote: > > Hi, > > > > On Wed, Jan 15, 2014 at 05:22:18PM +0200, Horia Geanta wrote: > >> From: Cosmin Paraschiv > >> > >> In the 3.12 Linux kernel, the INIT_COMPLETION macro has been replaced > >> wi

Re: [Cryptodev-linux-devel] [PATCH] Replace INIT_COMPLETION with reinit_completion.

2014-01-15 Thread Horia Geantă
On 1/15/2014 5:46 PM, Phil Sutter wrote: Hi, On Wed, Jan 15, 2014 at 05:22:18PM +0200, Horia Geanta wrote: From: Cosmin Paraschiv In the 3.12 Linux kernel, the INIT_COMPLETION macro has been replaced with an inline function, reinit_completion [1][2]. We are currently using the 3.13-rc3 Linux

Re: [Cryptodev-linux-devel] [PATCH] Replace INIT_COMPLETION with reinit_completion.

2014-01-15 Thread Phil Sutter
Hi, On Wed, Jan 15, 2014 at 05:22:18PM +0200, Horia Geanta wrote: > From: Cosmin Paraschiv > > In the 3.12 Linux kernel, the INIT_COMPLETION macro has been replaced > with an inline function, reinit_completion [1][2]. We are currently > using the 3.13-rc3 Linux kernel, which leads to the followi

[Cryptodev-linux-devel] [PATCH] Replace INIT_COMPLETION with reinit_completion.

2014-01-15 Thread Horia Geanta
From: Cosmin Paraschiv In the 3.12 Linux kernel, the INIT_COMPLETION macro has been replaced with an inline function, reinit_completion [1][2]. We are currently using the 3.13-rc3 Linux kernel, which leads to the following error: cryptlib.c:220:2: error: implicit declaration of function 'INIT_CO