Re: [PATCH] crypto: asymmetric_keys/signature.c does not need

2015-12-11 Thread Herbert Xu
On Wed, Dec 09, 2015 at 03:05:28PM -0500, Paul Gortmaker wrote: > This file does not contain any modular related function calls. So get > rid of module.h since it drags in a lot of other headers and adds to > the preprocessing load. It does export some symbols though, so we'll > need to ensure it

[PATCH] crypto: asymmetric_keys/signature.c does not need

2015-12-09 Thread Paul Gortmaker
This file does not contain any modular related function calls. So get rid of module.h since it drags in a lot of other headers and adds to the preprocessing load. It does export some symbols though, so we'll need to ensure it has export.h present instead. Cc: Herbert Xu Cc: "David S. Miller" C