tmp_suning_uos_patched/drivers/tee
Bhumika Goyal 96e72ddeec tee: optee: add const to tee_driver_ops and tee_desc structures
Add const to tee_desc structures as they are only passed as an argument
to the function tee_device_alloc. This argument is of type const, so
declare these structures as const too.
Add const to tee_driver_ops structures as they are only stored in the
ops field of a tee_desc structure. This field is of type const, so
declare these structure types as const.

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
2017-08-04 10:30:27 +02:00
..
optee tee: optee: add const to tee_driver_ops and tee_desc structures 2017-08-04 10:30:27 +02:00
Kconfig
Makefile
tee_core.c
tee_private.h
tee_shm_pool.c
tee_shm.c tee: tee_shm: Constify dma_buf_ops structures. 2017-08-04 10:30:27 +02:00