OSDN Git Service

genirq: Introduce helper function irq_data_get_node()
[uclinux-h8/linux.git] / kernel / irq / proc.c
index df2f464..0e97c14 100644 (file)
@@ -241,7 +241,7 @@ static int irq_node_proc_show(struct seq_file *m, void *v)
 {
        struct irq_desc *desc = irq_to_desc((long) m->private);
 
-       seq_printf(m, "%d\n", desc->irq_data.node);
+       seq_printf(m, "%d\n", irq_desc_get_node(desc));
        return 0;
 }