crypto/asymmetric_keys: pkcs7_key_type needs module.h
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 2 May 2015 01:29:53 +0000 (21:29 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:26 +0000 (14:12 -0400)
commit88775588b71d28a9020a7faa4ad95bbf76d8bb45
tree62bde20e93b10d470030d6ef60c4a9f61c2ec287
parent0bbad249a6a4934203b50d574f5d5f9f480b389e
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>
crypto/asymmetric_keys/pkcs7_key_type.c