diff options
Diffstat (limited to 'drivers/tee/optee/notif.c')
-rw-r--r-- | drivers/tee/optee/notif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tee/optee/notif.c b/drivers/tee/optee/notif.c index 05212842b0..0d7878e770 100644 --- a/drivers/tee/optee/notif.c +++ b/drivers/tee/optee/notif.c @@ -9,7 +9,7 @@ #include <linux/errno.h> #include <linux/slab.h> #include <linux/spinlock.h> -#include <linux/tee_drv.h> +#include <linux/tee_core.h> #include "optee_private.h" struct notif_entry { |