diff options
author | Jerome Forissier <jerome.forissier@linaro.org> | 2017-05-31 13:21:05 +0200 |
---|---|---|
committer | Jens Wiklander <jens.wiklander@linaro.org> | 2017-08-04 10:30:27 +0200 |
commit | 999616b8536cf3b9a1d0d74d5542ea009df482ff (patch) | |
tree | f8471b2fb028852be5a3a2c403af97ffc4406441 /drivers/tee | |
parent | tee: optee: fix uninitialized symbol 'parg' (diff) | |
download | linux-999616b8536cf3b9a1d0d74d5542ea009df482ff.tar.xz linux-999616b8536cf3b9a1d0d74d5542ea009df482ff.zip |
tee: add forward declaration for struct device
tee_drv.h references struct device, but does not include device.h nor
platform_device.h. Therefore, if tee_drv.h is included by some file
that does not pull device.h nor platform_device.h beforehand, we have a
compile warning. Fix this by adding a forward declaration.
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to 'drivers/tee')
0 files changed, 0 insertions, 0 deletions