Commit 26799e675e47c5aa3104628e2081a7299ea46557

Authored by Lennert Buytenhek
Committed by Russell King
1 parent baaf7ed179

[PATCH] ARM: 2757/1: remove ixdp2400_init_irq from ixdp2800 code

Patch from Lennert Buytenhek

Compiling one kernel that supports both ixdp2400 and ixdp2800 gives
an error, as a copy of the ixdp2400 irq init routing accidentally
ended up in ixdp2800.c somehow.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Deepak Saxena
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff

arch/arm/mach-ixp2000/ixdp2800.c
... ... @@ -42,12 +42,6 @@
42 42 #include <asm/mach/flash.h>
43 43 #include <asm/mach/arch.h>
44 44  
45   -
46   -void ixdp2400_init_irq(void)
47   -{
48   - ixdp2x00_init_irq(IXDP2800_CPLD_INT_STAT, IXDP2800_CPLD_INT_MASK, IXDP2400_NR_IRQS);
49   -}
50   -
51 45 /*************************************************************************
52 46 * IXDP2800 timer tick
53 47 *************************************************************************/