genirq: Introduce helper function irq_data_get_node()
authorJiang Liu <[email protected]>
Mon, 1 Jun 2015 08:05:13 +0000 (16:05 +0800)
committerThomas Gleixner <[email protected]>
Fri, 12 Jun 2015 14:54:21 +0000 (16:54 +0200)
commit6783011b48096b9a0c239d0f7645f93070b6eefd
treea3d4004800d755da53993befd30fe7be1059c842
parent0d0b4c866bcce647f40d73efe5e90aeeb079050a
genirq: Introduce helper function irq_data_get_node()

Introduce helper function irq_data_get_node() and variants thereof to
hide struct irq_data implementation details.

Convert the core code to use them.

Signed-off-by: Jiang Liu <[email protected]>
Cc: Konrad Rzeszutek Wilk <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Randy Dunlap <[email protected]>
Cc: Yinghai Lu <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Jason Cooper <[email protected]>
Cc: Kevin Cernekee <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
include/linux/irq.h
kernel/irq/internals.h
kernel/irq/irqdesc.c
kernel/irq/irqdomain.c
kernel/irq/manage.c
kernel/irq/proc.c