linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

tee: support of allocating DMA shared buffers **not for mainline** #64

Closed igoropaniuk closed 6 years ago

igoropaniuk commented 6 years ago

Fix compilation issue: drivers/tee/optee/rpc.c: In function 'handle_rpc_func_cmd_shm_alloc': drivers/tee/optee/rpc.c:236:7: error: 'OPTEE_MSG_RPC_SHM_TYPE_KERNEL_GLOBAL' undeclared (first use in this function) case OPTEE_MSG_RPC_SHM_TYPE_KERNEL_GLOBAL:

Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>

jforissier commented 6 years ago

Please add:

Fixes: 0c23453b3dcc ("tee: support of allocating DMA shared buffers **not for mainline**")

igoropaniuk commented 6 years ago

done