drivers/mfd: remove obsolete irq_desc_t typedef
authorThomas Gleixner <tglx@linutronix.de>
Tue, 12 May 2009 20:45:15 +0000 (13:45 -0700)
committerSamuel Ortiz <sameol@linux.intel.com>
Wed, 17 Jun 2009 17:41:32 +0000 (19:41 +0200)
commit516eca2726dce2ead8750366d8f66dd345ce55e3
tree308804bb98c43a22382ddb284657717ad9ae91df
parent1346a1c716e38418595d90f75f6ed7e3e7b478f5
drivers/mfd: 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>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/twl4030-irq.c