| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Copyright (C) 2008-2010 Gabor Juhos <juhosg@openwrt.org> |
|---|
| 3 | 4 | * 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. |
|---|
| 8 | 5 | */ |
|---|
| 9 | 6 | #ifndef __ASM_MACH_ATH79_IRQ_H |
|---|
| 10 | 7 | #define __ASM_MACH_ATH79_IRQ_H |
|---|
| .. | .. |
|---|
| 30 | 27 | #define ATH79_IP3_IRQ_COUNT 3 |
|---|
| 31 | 28 | #define ATH79_IP3_IRQ(_x) (ATH79_IP3_IRQ_BASE + (_x)) |
|---|
| 32 | 29 | |
|---|
| 33 | | -#include_next <irq.h> |
|---|
| 30 | +#include <asm/mach-generic/irq.h> |
|---|
| 34 | 31 | |
|---|
| 35 | 32 | #endif /* __ASM_MACH_ATH79_IRQ_H */ |
|---|