[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180823075005.448172493@linuxfoundation.org>
Date: Thu, 23 Aug 2018 09:54:11 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org, Palmer Dabbelt <palmer@...ive.com>,
Sasha Levin <alexander.levin@...rosoft.com>
Subject: [PATCH 4.17 185/324] RISC-V: Dont include irq-riscv-intc.h
4.17-stable review patch. If anyone has any objections, please let me know.
------------------
From: Palmer Dabbelt <palmer@...ive.com>
[ Upstream commit 8606544890d7dc4f7a740963f70dc1e1d54f8e30 ]
This file has never existed in the upstream kernel, but it's guarded by
an #ifdef that's also never existed in the upstream kernel. As a part
of our interrupt controller refactoring this header is no longer
necessary, but this reference managed to sneak in anyway.
Signed-off-by: Palmer Dabbelt <palmer@...ive.com>
Signed-off-by: Sasha Levin <alexander.levin@...rosoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
arch/riscv/kernel/irq.c | 4 ----
1 file changed, 4 deletions(-)
--- a/arch/riscv/kernel/irq.c
+++ b/arch/riscv/kernel/irq.c
@@ -16,10 +16,6 @@
#include <linux/irqchip.h>
#include <linux/irqdomain.h>
-#ifdef CONFIG_RISCV_INTC
-#include <linux/irqchip/irq-riscv-intc.h>
-#endif
-
void __init init_IRQ(void)
{
irqchip_init();
Powered by blists - more mailing lists