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