Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc100551 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Mimi Zohar
Browse files

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: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
parent 8de6ac7f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#include <linux/uaccess.h>
#include <linux/module.h>
#include <linux/err.h>
#include <keys/trusted-type.h>

/*