Răsfoiți Sursa

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 <sfr@canb.auug.org.au>
Signed-off-by: David Howells <dhowells@redhat.com>
David Howells 11 ani în urmă
părinte
comite
8f3438ccea
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      crypto/asymmetric_keys/pkcs7_key_type.c

+ 1 - 0
crypto/asymmetric_keys/pkcs7_key_type.c

@@ -11,6 +11,7 @@
 
 
 #define pr_fmt(fmt) "PKCS7key: "fmt
 #define pr_fmt(fmt) "PKCS7key: "fmt
 #include <linux/key.h>
 #include <linux/key.h>
+#include <linux/err.h>
 #include <linux/key-type.h>
 #include <linux/key-type.h>
 #include <crypto/pkcs7.h>
 #include <crypto/pkcs7.h>
 #include <keys/user-type.h>
 #include <keys/user-type.h>