forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-16 50a212ec906f7524620675f0c57357691c26c81f
kernel/arch/mips/include/asm/mach-ath79/ath79.h
....@@ -1,3 +1,4 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /*
23 * Atheros AR71XX/AR724X/AR913X common definitions
34 *
....@@ -5,10 +6,6 @@
56 * Copyright (C) 2008 Imre Kaloz <kaloz@openwrt.org>
67 *
78 * Parts of this file are based on Atheros' 2.6.15 BSP
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License version 2 as published
11
- * by the Free Software Foundation.
129 */
1310
1411 #ifndef __ASM_MACH_ATH79_H
....@@ -177,9 +174,5 @@
177174
178175 void ath79_device_reset_set(u32 mask);
179176 void ath79_device_reset_clear(u32 mask);
180
-
181
-void ath79_cpu_irq_init(unsigned irq_wb_chan2, unsigned irq_wb_chan3);
182
-void ath79_misc_irq_init(void __iomem *regs, int irq,
183
- int irq_base, bool is_ar71xx);
184177
185178 #endif /* __ASM_MACH_ATH79_H */