[POWERPC] Provide a default irq_host match, which matches on an exact of_node
authorMichael Ellerman <michael@ellerman.id.au>
Tue, 28 Aug 2007 08:47:55 +0000 (18:47 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 13 Sep 2007 15:33:20 +0000 (01:33 +1000)
The most common match semantic is an exact match based on the device node.
So provide a default implementation that does this, and hook it up if no
match routine is specified.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found