forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/arch/mips/include/asm/mach-ath79/irq.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org>
34 * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of the GNU General Public License version 2 as published
7
- * by the Free Software Foundation.
85 */
96 #ifndef __ASM_MACH_ATH79_IRQ_H
107 #define __ASM_MACH_ATH79_IRQ_H
....@@ -30,6 +27,6 @@
3027 #define ATH79_IP3_IRQ_COUNT 3
3128 #define ATH79_IP3_IRQ(_x) (ATH79_IP3_IRQ_BASE + (_x))
3229
33
-#include_next <irq.h>
30
+#include <asm/mach-generic/irq.h>
3431
3532 #endif /* __ASM_MACH_ATH79_IRQ_H */