|
@@ -112,9 +112,9 @@ static const struct dma_buf_ops tee_shm_dma_buf_ops = {
|
|
|
.mmap = tee_shm_op_mmap,
|
|
|
};
|
|
|
|
|
|
-struct tee_shm *__tee_shm_alloc(struct tee_context *ctx,
|
|
|
- struct tee_device *teedev,
|
|
|
- size_t size, u32 flags)
|
|
|
+static struct tee_shm *__tee_shm_alloc(struct tee_context *ctx,
|
|
|
+ struct tee_device *teedev,
|
|
|
+ size_t size, u32 flags)
|
|
|
{
|
|
|
struct tee_shm_pool_mgr *poolm = NULL;
|
|
|
struct tee_shm *shm;
|