]> nv-tegra.nvidia Code Review - linux-3.10.git/commitdiff
[ARM] 3880/1: remove the last trace of iop31x support
authorLennert Buytenhek <buytenh@org.rmk.(none)>
Fri, 29 Sep 2006 20:18:34 +0000 (21:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 30 Sep 2006 10:30:47 +0000 (11:30 +0100)
Remove the last trace of iop31x support from the kernel.

Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/oprofile/op_model_xscale.c

index 6576143f25598253bba9e5d8701bdb44d8bd4234..726ad2b3b435f25740790840f431988ea0f3ec99 100644 (file)
@@ -33,9 +33,6 @@
 #define PMU_CNT64      0x008   /* Make CCNT count every 64th cycle */
 
 /* TODO do runtime detection */
-#ifdef CONFIG_ARCH_IOP310
-#define XSCALE_PMU_IRQ  IRQ_XS80200_PMU
-#endif
 #ifdef CONFIG_ARCH_IOP32X
 #define XSCALE_PMU_IRQ  IRQ_IOP32X_CORE_PMU
 #endif