From: David Howells Date: Fri, 25 Jul 2014 10:33:53 +0000 (+0100) Subject: PKCS#7: Missing inclusion of linux/err.h X-Git-Tag: v5.15~16679^2~30^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f3438ccea149647ad1849651d1e14c7b8b85e63;p=platform%2Fkernel%2Flinux-starfive.git PKCS#7: Missing inclusion of linux/err.h crypto/asymmetric_keys/pkcs7_key_type.c needs to #include linux/err.h rather than relying on getting it through other headers. Without this, the powerpc allyesconfig build fails. Reported-by: Stephen Rothwell Signed-off-by: David Howells --- diff --git a/crypto/asymmetric_keys/pkcs7_key_type.c b/crypto/asymmetric_keys/pkcs7_key_type.c index c2091f7..197ecdc 100644 --- a/crypto/asymmetric_keys/pkcs7_key_type.c +++ b/crypto/asymmetric_keys/pkcs7_key_type.c @@ -11,6 +11,7 @@ #define pr_fmt(fmt) "PKCS7key: "fmt #include +#include #include #include #include