commit | 88775588b71d28a9020a7faa4ad95bbf76d8bb45 | [log] [tgz] |
---|---|---|
author | Paul Gortmaker <paul.gortmaker@windriver.com> | Fri May 01 21:29:53 2015 -0400 |
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | Tue Jun 16 14:12:26 2015 -0400 |
tree | 62bde20e93b10d470030d6ef60c4a9f61c2ec287 | |
parent | 0bbad249a6a4934203b50d574f5d5f9f480b389e [diff] |
crypto/asymmetric_keys: pkcs7_key_type needs module.h This driver builds off of the tristate CONFIG_PKCS7_TEST_KEY and calls module_init and module_exit. So it should explicitly include module.h to avoid compile breakage during header shuffles done in the future. Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>