cbus: tahvo: give it an irq_chip
authorFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 08:34:47 +0000 (11:34 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Oct 2011 17:10:15 +0000 (10:10 -0700)
commit15269ce30466f0df9c2b7480bbb2e20f63efea70
treec997d05bef17bf0bed15fe73d8237b45e203546e
parent25e1a22119577ddc5b24fbcdbae40c9ff8a34e1b
cbus: tahvo: give it an irq_chip

tahvo also has IRQs to demux to its children,
so lets give it a struct irq_chip so that child
drivers can use standard request_threaded_irq().

This is still an unused irq_chip, later patches
will come to make proper use of it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/cbus/tahvo.c