]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/kernel/irq.c
powerpc: Use static const char arrays
[karo-tx-linux.git] / arch / powerpc / kernel / irq.c
index 4a65386995d7fa697f86e32b77503558f1198961..47fbc56e9e1c9462d86621c0160d8ce2337a9e66 100644 (file)
@@ -1143,7 +1143,7 @@ static int virq_debug_show(struct seq_file *m, void *private)
        unsigned long flags;
        struct irq_desc *desc;
        const char *p;
-       char none[] = "none";
+       static const char none[] = "none";
        int i;
 
        seq_printf(m, "%-5s  %-7s  %-15s  %s\n", "virq", "hwirq",