diff options
Diffstat (limited to 'drivers/tee/sandbox.c')
-rw-r--r-- | drivers/tee/sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tee/sandbox.c b/drivers/tee/sandbox.c index ec66401878c..8ad7c09efdd 100644 --- a/drivers/tee/sandbox.c +++ b/drivers/tee/sandbox.c @@ -2,7 +2,7 @@ /* * Copyright (C) 2018 Linaro Limited */ -#include <common.h> + #include <dm.h> #include <sandboxtee.h> #include <tee.h> |