]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitffb35304f4c76a37e4cae9e0e45a77f845d96586
tree308804bb98c43a22382ddb284657717ad9ae91df
parentc4831105cb85516859566ff57c96363f6682bf2a
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