diff options
Diffstat (limited to 'arch/powerpc/platforms/powermac')
-rw-r--r-- | arch/powerpc/platforms/powermac/pic.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/powermac/pic.c b/arch/powerpc/platforms/powermac/pic.c index 0eca17df239e..0037a8c8c81f 100644 --- a/arch/powerpc/platforms/powermac/pic.c +++ b/arch/powerpc/platforms/powermac/pic.c | |||
@@ -71,10 +71,6 @@ static u32 level_mask[4]; | |||
71 | 71 | ||
72 | static DEFINE_SPINLOCK(pmac_pic_lock); | 72 | static DEFINE_SPINLOCK(pmac_pic_lock); |
73 | 73 | ||
74 | /* XXX here for now, should move to arch/powerpc/kernel/irq.c */ | ||
75 | int ppc_do_canonicalize_irqs; | ||
76 | EXPORT_SYMBOL(ppc_do_canonicalize_irqs); | ||
77 | |||
78 | #define GATWICK_IRQ_POOL_SIZE 10 | 74 | #define GATWICK_IRQ_POOL_SIZE 10 |
79 | static struct interrupt_info gatwick_int_pool[GATWICK_IRQ_POOL_SIZE]; | 75 | static struct interrupt_info gatwick_int_pool[GATWICK_IRQ_POOL_SIZE]; |
80 | 76 | ||