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>
This commit is contained in:
Igor Opaniuk 2024-04-04 15:19:51 +02:00 committed by Ilias Apalodimas
parent f5d14bea8f
commit b905599b36
7 changed files with 4 additions and 7 deletions

View file

@ -3,9 +3,10 @@
* Copyright 2020 Broadcom.
*/
#include <common.h>
#include <tee.h>
#include <broadcom/chimp.h>
#include <linux/errno.h>
#include <string.h>
#ifdef CONFIG_CHIMP_OPTEE

View file

@ -3,7 +3,6 @@
* Copyright (c) 2018-2020 Linaro Limited
*/
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <dm/device_compat.h>

View file

@ -3,7 +3,6 @@
* Copyright (c) 2020 Foundries.io Ltd
*/
#include <common.h>
#include <dm.h>
#include <i2c.h>
#include <tee.h>

View file

@ -3,7 +3,6 @@
* Copyright (c) 2018 Linaro Limited
*/
#include <common.h>
#include <dm.h>
#include <log.h>
#include <tee.h>

View file

@ -3,10 +3,10 @@
* Copyright (c) 2018, Linaro Limited
*/
#include <common.h>
#include <log.h>
#include <malloc.h>
#include <tee.h>
#include <linux/errno.h>
#include <linux/types.h>
#include "optee_msg.h"

View file

@ -2,7 +2,7 @@
/*
* Copyright (C) 2018 Linaro Limited
*/
#include <common.h>
#include <dm.h>
#include <sandboxtee.h>
#include <tee.h>

View file

@ -5,7 +5,6 @@
#define LOG_CATEGORY UCLASS_TEE
#include <common.h>
#include <cpu_func.h>
#include <dm.h>
#include <log.h>