RE: [PATCH 1/4] Talitos: move the data structure into header file

2012-07-10 Thread Liu Qiang-B32616
bject: Re: [PATCH 1/4] Talitos: move the data structure into header > file > > On Tue, 10 Jul 2012 13:56:46 +0800 > Qiang Liu wrote: > > > Move the declaration of talitos data structure into talitos.h. > > > > Cc: Herbert Xu > > Cc: David S. Miller > >

Re: [PATCH 1/4] Talitos: move the data structure into header file

2012-07-10 Thread Kim Phillips
On Tue, 10 Jul 2012 13:56:46 +0800 Qiang Liu wrote: > Move the declaration of talitos data structure into talitos.h. > > Cc: Herbert Xu > Cc: David S. Miller > Signed-off-by: Qiang Liu > --- this patch has already been submitted [1]. Subsequent patches in this series also don't apply cleanl

[PATCH 1/4] Talitos: move the data structure into header file

2012-07-09 Thread Qiang Liu
Move the declaration of talitos data structure into talitos.h. Cc: Herbert Xu Cc: David S. Miller Signed-off-by: Qiang Liu --- drivers/crypto/talitos.c | 108 -- drivers/crypto/talitos.h | 108 ++ 2 files