]> git.baikalelectronics.ru Git - kernel.git/commit
parisc: remove obsolete hw_interrupt_type
authorThomas Gleixner <tglx@linutronix.de>
Wed, 10 Jun 2009 19:56:04 +0000 (19:56 +0000)
committerKyle McMartin <kyle@mcmartin.ca>
Fri, 3 Jul 2009 03:34:08 +0000 (03:34 +0000)
commita62c0ae4717046fe004cc86637666a6d8b9ed4dc
tree76de79da47be7d42b20523a4212841912e4a2ed5
parentf16994ca1834f8c5d7927ed1a36f514b037e32bb
parisc: remove obsolete hw_interrupt_type

The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t) have
been kept around for migration reasons.  After more than two years it's
time to remove them finally.

This patch cleans up one of the remaining users.  When all such patches
hit mainline we can remove the defines and typedefs finally.

Impact: cleanup

Convert the last remaining users to struct irq_chip and remove the
define.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
arch/parisc/kernel/irq.c
drivers/parisc/dino.c
drivers/parisc/eisa.c
drivers/parisc/gsc.c
drivers/parisc/gsc.h
drivers/parisc/iosapic.c
drivers/parisc/superio.c