1
0
Fork 0

encrypted-keys: IS_ERR need include/err.h

Fixes this build error:

security/keys/encrypted-keys/masterkey_trusted.c: In function 'request_trusted_key':
security/keys/encrypted-keys/masterkey_trusted.c:35:2: error: implicit declaration of function 'IS_ERR'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
hifive-unleashed-5.1
Stephen Rothwell 2011-09-15 17:07:15 +10:00 committed by Mimi Zohar
parent 8de6ac7f58
commit cc100551b4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/err.h>
#include <keys/trusted-type.h>
/*