summaryrefslogtreecommitdiff
path: root/drivers/tee/optee/shm_pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tee/optee/shm_pool.h')
-rw-r--r--drivers/tee/optee/shm_pool.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/tee/optee/shm_pool.h b/drivers/tee/optee/shm_pool.h
deleted file mode 100644
index 4e753c3bf7ec..000000000000
--- a/drivers/tee/optee/shm_pool.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * Copyright (c) 2015, Linaro Limited
- * Copyright (c) 2016, EPAM Systems
- *
- * This software is licensed under the terms of the GNU General Public
- * License version 2, as published by the Free Software Foundation, and
- * may be copied, distributed, and modified under those terms.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- */
-
-#ifndef SHM_POOL_H
-#define SHM_POOL_H
-
-#include <linux/tee_drv.h>
-
-struct tee_shm_pool_mgr *optee_shm_pool_alloc_pages(void);
-
-#endif