Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[linux-2.6-microblaze.git] / drivers / bcma / driver_mips.c
index 27e9686..87760aa 100644 (file)
@@ -59,22 +59,6 @@ static inline void mips_write32(struct bcma_drv_mips *mcore,
        bcma_write32(mcore->core, offset, value);
 }
 
-static const u32 ipsflag_irq_mask[] = {
-       0,
-       BCMA_MIPS_IPSFLAG_IRQ1,
-       BCMA_MIPS_IPSFLAG_IRQ2,
-       BCMA_MIPS_IPSFLAG_IRQ3,
-       BCMA_MIPS_IPSFLAG_IRQ4,
-};
-
-static const u32 ipsflag_irq_shift[] = {
-       0,
-       BCMA_MIPS_IPSFLAG_IRQ1_SHIFT,
-       BCMA_MIPS_IPSFLAG_IRQ2_SHIFT,
-       BCMA_MIPS_IPSFLAG_IRQ3_SHIFT,
-       BCMA_MIPS_IPSFLAG_IRQ4_SHIFT,
-};
-
 static u32 bcma_core_mips_irqflag(struct bcma_device *dev)
 {
        u32 flag;