From 2b7d0b06b527f082514315ef40d50e17a5b13695 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Wed, 11 Sep 2024 15:06:35 +0300 Subject: [PATCH] xtos: sof/lib/shim.h: remove header Remove the shim.h interface from RTOS layer as there is no use of this interface anymore in SOF codebase. Link: https://github.com/thesofproject/sof/issues/9015 Signed-off-by: Kai Vehmanen --- xtos/include/sof/lib/shim.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 xtos/include/sof/lib/shim.h diff --git a/xtos/include/sof/lib/shim.h b/xtos/include/sof/lib/shim.h deleted file mode 100644 index 518880f1f953..000000000000 --- a/xtos/include/sof/lib/shim.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: BSD-3-Clause - * - * Copyright(c) 2019 Intel Corporation. All rights reserved. - * - * Author: Tomasz Lauda - */ - -#ifndef __SOF_LIB_SHIM_H__ -#define __SOF_LIB_SHIM_H__ - -#include - -#endif /* __SOF_LIB_SHIM_H__ */