]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/pmc-sierra/msp71xx/msp_irq.c
MIPS: MSP71xx: Fix build error.
[karo-tx-linux.git] / arch / mips / pmc-sierra / msp71xx / msp_irq.c
index 42a4c04e21d545b83ea6ab4dc8dbe671cd434608..d3c3d81757a538ea13ee3ab56942d1aeea00df3c 100644 (file)
@@ -108,13 +108,13 @@ asmlinkage void plat_irq_dispatch(struct pt_regs *regs)
 
 static struct irqaction cic_cascade_msp = {
        .handler = no_action,
-       .name    = "MSP CIC cascade"
+       .name    = "MSP CIC cascade",
        .flags   = IRQF_NO_THREAD,
 };
 
 static struct irqaction per_cascade_msp = {
        .handler = no_action,
-       .name    = "MSP PER cascade"
+       .name    = "MSP PER cascade",
        .flags   = IRQF_NO_THREAD,
 };