diff options
author | Mimi Zohar <zohar@linux.vnet.ibm.com> | 2010-11-29 16:20:04 -0500 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-11-29 17:20:27 -0500 |
commit | 93ae86e759299718c611bc543b9b1633bf32905a (patch) | |
tree | e8b054d9df2c2f9e935d656d5eb25c7c6231c940 /security/keys/encrypted_defined.c | |
parent | b4e0d5f0791bd6dd12a1c1edea0340969c7c1f90 (diff) |
keys: add missing include file for trusted and encrypted keys
This patch fixes the linux-next powerpc build errors as reported by
Stephen Rothwell.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Tested-by: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/keys/encrypted_defined.c')
-rw-r--r-- | security/keys/encrypted_defined.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/keys/encrypted_defined.c b/security/keys/encrypted_defined.c index 0e558dcad92f..3f4085703e6c 100644 --- a/security/keys/encrypted_defined.c +++ b/security/keys/encrypted_defined.c | |||
@@ -17,6 +17,7 @@ | |||
17 | #include <linux/slab.h> | 17 | #include <linux/slab.h> |
18 | #include <linux/parser.h> | 18 | #include <linux/parser.h> |
19 | #include <linux/string.h> | 19 | #include <linux/string.h> |
20 | #include <linux/err.h> | ||
20 | #include <keys/user-type.h> | 21 | #include <keys/user-type.h> |
21 | #include <keys/trusted-type.h> | 22 | #include <keys/trusted-type.h> |
22 | #include <keys/encrypted-type.h> | 23 | #include <keys/encrypted-type.h> |