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
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
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