[SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_data
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Jan 2007 20:12:28 +0000 (12:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 11 Feb 2007 07:50:36 +0000 (23:50 -0800)
commit68c921869491c119142612fa5796c9f8b4e9970b
tree9e0985280268a5cd45f5f1935f4e72c17f0a23ca
parentcf69eab231bb748b5c34912412a8fc8c763bcf57
[SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_data

Otherwise we can't use the generic MSI code.

Furthermore, properly use the {get,set}_irq_foo() abstracted
interfaces instead of direct accesses to irq_desc[]->foo.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/irq.c