From d5b5c8ecb07ed869891a6405373d12e60a4b5638 Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Fri, 26 Jan 2024 22:22:09 +0200 Subject: [PATCH] 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 --- .../include/platform/drivers/interrupt.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/platform/imx93_a55/include/platform/drivers/interrupt.h diff --git a/src/platform/imx93_a55/include/platform/drivers/interrupt.h b/src/platform/imx93_a55/include/platform/drivers/interrupt.h deleted file mode 100644 index 239c4a135..000000000 --- a/src/platform/imx93_a55/include/platform/drivers/interrupt.h +++ /dev/null @@ -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__ */