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 <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-09-11 15:06:35 +03:00 committed by Kai Vehmanen
parent 5c60405368
commit 8f3b12ffbe
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
/* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright(c) 2019 Intel Corporation. All rights reserved.
*
* Author: Tomasz Lauda <tomasz.lauda@linux.intel.com>
*/
#ifndef __SOF_LIB_SHIM_H__
#define __SOF_LIB_SHIM_H__
#include <platform/lib/shim.h>
#endif /* __SOF_LIB_SHIM_H__ */