Skip to content

Commit a5b06d9

Browse files
committed
Merge tag 'tee-fix-for-v6.0' of https://git.linaro.org/people/jens.wiklander/linux-tee into arm/fixes
Add a missing include in the TEE subsystem * tag 'tee-fix-for-v6.0' of https://git.linaro.org/people/jens.wiklander/linux-tee: tee: fix compiler warning in tee_shm_register() Link: https://lore.kernel.org/r/YwdHcdEUib7obbbW@jade Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 43e403a + eccd743 commit a5b06d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/tee/tee_shm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <linux/sched.h>
1010
#include <linux/slab.h>
1111
#include <linux/tee_drv.h>
12+
#include <linux/uaccess.h>
1213
#include <linux/uio.h>
1314
#include "tee_private.h"
1415

0 commit comments

Comments
 (0)