Re: [PATCH] crypto: 842 - remove .cra_list initialization

2012-09-06 Thread Herbert Xu
On Wed, Aug 29, 2012 at 11:37:25PM +0300, Jussi Kivilinna wrote: > .cra_list initialization is unneeded and have been removed from all other > crypto modules except 842. > > Cc: Robert Jennings > Cc: Seth Jennings > Signed-off-by: Jussi Kivilinna Patch applied. -- Email: Herbert Xu Home Page

Re: [PATCH] crypto: 842 - remove .cra_list initialization

2012-08-29 Thread Seth Jennings
On 08/29/2012 03:37 PM, Jussi Kivilinna wrote: > .cra_list initialization is unneeded and have been removed from all other > crypto modules except 842. > > Cc: Robert Jennings > Cc: Seth Jennings > Signed-off-by: Jussi Kivilinna > > --- > > I don't have ppc64 cross-compiler set up, so I could

[PATCH] crypto: 842 - remove .cra_list initialization

2012-08-29 Thread Jussi Kivilinna
.cra_list initialization is unneeded and have been removed from all other crypto modules except 842. Cc: Robert Jennings Cc: Seth Jennings Signed-off-by: Jussi Kivilinna --- I don't have ppc64 cross-compiler set up, so I couldn't test this. However patch is obvious and should work. --- crypt