diff options
Diffstat (limited to 'common/scp03.c')
-rw-r--r-- | common/scp03.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/scp03.c b/common/scp03.c index 54b1bd54b6..09ef7b5ba3 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) { |