mirror of https://github.com/thesofproject/sof.git
platform: imx93_a55: remove empty interrupt.h file
The interrupt.h file was never used and is empty so remove it as an attempt to clean up the platform/imx93_a55 hierarchy. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
This commit is contained in:
parent
17844811db
commit
d5b5c8ecb0
|
@ -1,19 +0,0 @@
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause
|
|
||||||
*
|
|
||||||
* Copyright 2023 NXP
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef __SOF_DRIVERS_INTERRUPT_H__
|
|
||||||
|
|
||||||
#ifndef __PLATFORM_DRIVERS_INTERRUPT_H__
|
|
||||||
#define __PLATFORM_DRIVERS_INTERRUPT_H__
|
|
||||||
|
|
||||||
/* TODO: remove me if possible */
|
|
||||||
|
|
||||||
#endif /* __PLATFORM_DRIVERS_INTERRUPT_H__ */
|
|
||||||
|
|
||||||
#else
|
|
||||||
|
|
||||||
#error "This file shouldn't be included from outside of sof/drivers/interrupt.h"
|
|
||||||
|
|
||||||
#endif /* __SOF_DRIVERS_INTERRUPT_H__ */
|
|
Loading…
Reference in New Issue