sh: eliminate unused irq_reg_{readl,writel} accessors
authorKevin Cernekee <[email protected]>
Tue, 10 Feb 2015 22:08:38 +0000 (14:08 -0800)
committerLinus Torvalds <[email protected]>
Tue, 10 Feb 2015 22:30:28 +0000 (14:30 -0800)
commit102ca6606c96979cbef53dff30deac5e909a1914
treee7dd0aaf2d9bb625748200026015837bc6bdb00e
parent560b8c0ed45ae8951e9a0fba4d89b083dc1d433a
sh: eliminate unused irq_reg_{readl,writel} accessors

Defining these macros way down in arch/sh/.../irq.c doesn't cause
kernel/irq/generic-chip.c to use them.  As far as I can tell this code has
no effect.

Fixes: 332fd7c4fef5f3b1 ("genirq: Generic chip: Change irq_reg_{readl,writel} arguments")
Signed-off-by: Kevin Cernekee <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
Tested-by: Geert Uytterhoeven <[email protected]> (cpp/asm comparison)
Cc: Thomas Gleixner <[email protected]>
Cc: Jason Cooper <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/sh/boards/mach-se/7343/irq.c
arch/sh/boards/mach-se/7722/irq.c