summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Morris <james.l.morris@oracle.com>2014-07-26 10:38:59 +1000
committerJames Morris <james.l.morris@oracle.com>2014-07-26 10:38:59 +1000
commited3c4f8f862b9e79bafec3b85cde98c95807821e (patch)
treec7532836f918e618dc5f02376482108dc8ccc48b
parent7d8b6c63751cfbbe5eef81a48c22978b3407a3ad (diff)
parent8f3438ccea149647ad1849651d1e14c7b8b85e63 (diff)
Merge tag 'keys-next-20140725' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
-rw-r--r--crypto/asymmetric_keys/pkcs7_key_type.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/asymmetric_keys/pkcs7_key_type.c b/crypto/asymmetric_keys/pkcs7_key_type.c
index c2091f7bd15d..197ecdc0a5a1 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 <linux/key.h>
+#include <linux/err.h>
#include <linux/key-type.h>
#include <crypto/pkcs7.h>
#include <keys/user-type.h>