]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/kernel/irq.c
Merge commit 'origin/master' into next
[linux-2.6-omap-h63xx.git] / arch / powerpc / kernel / irq.c
index 1b55ffdf002652d09376ce7e1a22d32c1101610f..5576147e57b63d5e7c54c359e31fbdf71b2ca5dd 100644 (file)
@@ -171,7 +171,7 @@ int show_interrupts(struct seq_file *p, void *v)
 {
        int i = *(loff_t *)v, j;
        struct irqaction *action;
-       irq_desc_t *desc;
+       struct irq_desc *desc;
        unsigned long flags;
 
        if (i == 0) {
@@ -1038,7 +1038,7 @@ arch_initcall(irq_late_init);
 static int virq_debug_show(struct seq_file *m, void *private)
 {
        unsigned long flags;
-       irq_desc_t *desc;
+       struct irq_desc *desc;
        const char *p;
        char none[] = "none";
        int i;