aboutsummaryrefslogtreecommitdiff
path: root/common/scp03.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-05-18 20:20:43 -0600
committerTom Rini <trini@konsulko.com>2024-05-18 20:20:43 -0600
commit8f96998f4a23b5d4bc87204b4622152d00e80f98 (patch)
tree313e5c32e3d02d3cf1904875b1655140973126e9 /common/scp03.c
parent3be9f399e911cfc437a37ac826441f1d96da1c9b (diff)
downloadu-boot-WIP/18May2024.zip
u-boot-WIP/18May2024.tar.gz
u-boot-WIP/18May2024.tar.bz2
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""WIP/18May2024
This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.
Diffstat (limited to 'common/scp03.c')
-rw-r--r--common/scp03.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/scp03.c b/common/scp03.c
index 54b1bd5..09ef7b5 100644
--- a/common/scp03.c
+++ b/common/scp03.c
@@ -4,11 +4,10 @@
*
*/
+#include <common.h>
#include <scp03.h>
#include <tee.h>
#include <tee/optee_ta_scp03.h>
-#include <linux/errno.h>
-#include <linux/string.h>
static int scp03_enable(bool provision)
{