]> git.dujemihanovic.xyz Git - u-boot.git/commit
tee: remove common.h inclusion
authorIgor Opaniuk <igor.opaniuk@gmail.com>
Thu, 4 Apr 2024 13:19:51 +0000 (15:19 +0200)
committerIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 18 Apr 2024 13:04:48 +0000 (16:04 +0300)
commitb905599b36e3d8158c5cd045c26278416909b422
tree9e9ca55e4e960789282fd72ef135292e9ab52e2a
parentf5d14bea8faac0ded5f366b437801a229b165bb6
tee: remove common.h inclusion

The usage of the common.h include file is deprecated [1], and has already
been removed from several files.
Get rid of all inclusions in the "drivers/tee" directory, and replace it
with required include files directly where needed.

[1] doc/develop/codingstyle.rst

Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Igor Opaniuk <igor.opaniuk@gmail.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
drivers/tee/broadcom/chimp_optee.c
drivers/tee/optee/core.c
drivers/tee/optee/i2c.c
drivers/tee/optee/rpmb.c
drivers/tee/optee/supplicant.c
drivers/tee/sandbox.c
drivers/tee/tee-uclass.c