[IA64] remove obsolete irq_desc_t typedef

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 and remove the typedef.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
Thomas Gleixner
2009-06-10 12:45:00 -07:00
committed by Tony Luck
parent 8a7c3cd312
commit 86bc3dfe6a
9 changed files with 12 additions and 12 deletions

View File

@ -41,7 +41,7 @@ static struct hw_interrupt_type irq_type_hp_sim = {
void __init
hpsim_irq_init (void)
{
irq_desc_t *idesc;
struct irq_desc *idesc;
int i;
for (i = 0; i < NR_IRQS; ++i) {