kernel/drivers/bcma/driver_mips.c
.. .. @@ -59,22 +59,6 @@ 59 59 bcma_write32(mcore->core, offset, value); 60 60 } 61 61 62 -static const u32 ipsflag_irq_mask[] = {63 - 0,64 - BCMA_MIPS_IPSFLAG_IRQ1,65 - BCMA_MIPS_IPSFLAG_IRQ2,66 - BCMA_MIPS_IPSFLAG_IRQ3,67 - BCMA_MIPS_IPSFLAG_IRQ4,68 -};69 -70 -static const u32 ipsflag_irq_shift[] = {71 - 0,72 - BCMA_MIPS_IPSFLAG_IRQ1_SHIFT,73 - BCMA_MIPS_IPSFLAG_IRQ2_SHIFT,74 - BCMA_MIPS_IPSFLAG_IRQ3_SHIFT,75 - BCMA_MIPS_IPSFLAG_IRQ4_SHIFT,76 -};77 -78 62 static u32 bcma_core_mips_irqflag(struct bcma_device *dev) 79 63 { 80 64 u32 flag;