]> git.karo-electronics.de Git - linux-beck.git/commit
sh/irq: Use accessor irq_data_get_node()
authorJiang Liu <jiang.liu@linux.intel.com>
Mon, 13 Jul 2015 20:51:20 +0000 (20:51 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 29 Jul 2015 08:08:06 +0000 (10:08 +0200)
commitcde5c2756832089e35b0c50417cc2858630f2005
tree563d4743bd31dcebd5212beb7c31e5235027e99f
parent59fb3d58c5284b42d93262a4690291e9c0e78fe6
sh/irq: Use accessor irq_data_get_node()

Use accessor irq_data_get_node() to hide struct irq_data
implementation detail, so we can move irq_data->node to
irq_data_common once all usage sites are fixed.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: Magnus Damm <magnus.damm@gmail.com>
Link: http://lkml.kernel.org/r/20150713151626.519112900@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/sh/kernel/irq.c