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

2014-01-23 Thread Horia Geantă
Hi Phil, On 1/23/2014 4:42 AM, Phil Sutter wrote: On Thu, Jan 16, 2014 at 12:18:08PM +0200, Horia Geanta wrote: From: Cosmin Paraschiv In the 3.13-rc1 Linux kernel, the INIT_COMPLETION macro has been replaced with an inline function, reinit_completion [1][2]. We are currently using the 3.13-r

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

2014-01-22 Thread Phil Sutter
On Thu, Jan 16, 2014 at 12:18:08PM +0200, Horia Geanta wrote: > From: Cosmin Paraschiv > > In the 3.13-rc1 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 followin

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

2014-01-16 Thread Horia Geanta
From: Cosmin Paraschiv In the 3.13-rc1 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:279:2: error: implicit declaration of function 'INI