diff options
author | 2017-06-29 15:05:04 +0530 | |
---|---|---|
committer | 2017-08-04 10:30:27 +0200 | |
commit | 96e72ddeec4546fda0e194298c2ee39e394a3ab7 (patch) | |
tree | 10243ca537003ba82c90e6c014f37d68c7cdeeb7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | tee: tee_shm: Constify dma_buf_ops structures. (diff) | |
download | wireguard-linux-96e72ddeec4546fda0e194298c2ee39e394a3ab7.tar.xz wireguard-linux-96e72ddeec4546fda0e194298c2ee39e394a3ab7.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions