aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2019-06-29 20:06:20 -0400
committerPetr Štetiar <ynezz@true.cz>2019-07-03 07:45:00 +0200
commit8c7d6c47a7893db689e50e1917479ad07a96547a (patch)
tree10844d3ee98455259e26420f0ad4e13cb7704339 /target/linux/ar71xx/files/arch/mips
parentab02584685a5db880c0abe5a51d0213551e8728f (diff)
downloadupstream-8c7d6c47a7893db689e50e1917479ad07a96547a.tar.gz
upstream-8c7d6c47a7893db689e50e1917479ad07a96547a.tar.bz2
upstream-8c7d6c47a7893db689e50e1917479ad07a96547a.zip
ar71xx: fix ath79/rb4xx IRQ initialization on kernel 4.14
Apply the same approach as in commit 3b53d6fdbc24 ("ar71xx: fix pci irq init on kernel 4.14") to fix IRQ initialization for ath79-based chipsets on rb4xx. Ref: PR#2182 Acked-by: Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: W. Michael Petullo <mike@flyn.org> [commit ref fix] Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c
index 722993ff9b..edf90e1872 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-rb4xx.c
@@ -88,7 +88,7 @@ static struct platform_device rb4xx_nand_device = {
.id = -1,
};
-static struct ath79_pci_irq rb4xx_pci_irqs[] __initdata = {
+static struct ath79_pci_irq rb4xx_pci_irqs[] = {
{
.slot = 17,
.pin = 1,