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:
Laurentiu Mihalcea 2024-01-26 22:22:09 +02:00 committed by Liam Girdwood
parent 17844811db
commit d5b5c8ecb0
1 changed files with 0 additions and 19 deletions

View File

@ -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__ */