From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Date: Mon, 16 Nov 2020 10:01:10 +0000 Subject: Re: [patch 06/19] arm64: irqstat: Get rid of duplicated declaration Message-Id: <20201116100110.GA29459@willie-the-truck> List-Id: References: <20201113140207.499353218@linutronix.de> <20201113141733.392015387@linutronix.de> In-Reply-To: <20201113141733.392015387@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Thomas Gleixner Cc: Rich Felker , Paul McKenney , Arnd Bergmann , linux-sh@vger.kernel.org, Peter Zijlstra , Catalin Marinas , Frederic Weisbecker , Valentin Schneider , Jeff Dike , LKML , Yoshinori Sato , "James E.J. Bottomley" , Richard Weinberger , linux-parisc@vger.kernel.org, Helge Deller , Marc Zyngier , Russell King , linux-um@lists.infradead.org, Sebastian Andrzej Siewior , linux-arm-kernel@lists.infradead.org, Anton Ivanov On Fri, Nov 13, 2020 at 03:02:13PM +0100, Thomas Gleixner wrote: > irq_cpustat_t is exactly the same as the asm-generic one. Define > ack_bad_irq so the generic header does not emit the generic version of it. > > Signed-off-by: Thomas Gleixner > Cc: Catalin Marinas > Cc: Will Deacon > Cc: Marc Zyngier > Cc: linux-arm-kernel@lists.infradead.org > --- > arch/arm64/include/asm/hardirq.h | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Acked-by: Will Deacon Will