Re: [PATCH] MIPS: Octeon: Remove forced mappings of USB interrupts.
From: David Daney <hidden>
Date: 2016-07-25 21:09:14
From: David Daney <hidden>
Date: 2016-07-25 21:09:14
On 07/25/2016 01:44 PM, Steven J. Hill wrote:
Get rid of unnecessary forced interrupt mappings for the USB host controller on OCTEON II.
What makes the mappings unnecessary, is that the corresponding symbols are unused. This is essentially an exercise in dead code removal. David.
Signed-off-by: Steven J. Hill <redacted> Acked-by: David Daney <redacted> Signed-off-by: Steven J. Hill <redacted> --- arch/mips/cavium-octeon/octeon-irq.c | 12 ------------ arch/mips/include/asm/mach-cavium-octeon/irq.h | 2 -- 2 files changed, 14 deletions(-)
[...]