summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tee/tee_shm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/tee/tee_shm.c b/drivers/tee/tee_shm.c
index 6a17b02ada5e..511eb298949b 100644
--- a/drivers/tee/tee_shm.c
+++ b/drivers/tee/tee_shm.c
@@ -112,9 +112,9 @@ static const struct dma_buf_ops tee_shm_dma_buf_ops = {
112 .mmap = tee_shm_op_mmap, 112 .mmap = tee_shm_op_mmap,
113}; 113};
114 114
115struct tee_shm *__tee_shm_alloc(struct tee_context *ctx, 115static struct tee_shm *__tee_shm_alloc(struct tee_context *ctx,
116 struct tee_device *teedev, 116 struct tee_device *teedev,
117 size_t size, u32 flags) 117 size_t size, u32 flags)
118{ 118{
119 struct tee_shm_pool_mgr *poolm = NULL; 119 struct tee_shm_pool_mgr *poolm = NULL;
120 struct tee_shm *shm; 120 struct tee_shm *shm;