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 <steven.hill@xxxxxxxxxx> Acked-by: David Daney <david.daney@xxxxxxxxxx> Signed-off-by: Steven J. Hill <Steven.Hill@xxxxxxxxxx> --- arch/mips/cavium-octeon/octeon-irq.c | 12 ------------ arch/mips/include/asm/mach-cavium-octeon/irq.h | 2 -- 2 files changed, 14 deletions(-)
[...]