From: Thomas Gleixner Date: Tue, 12 May 2009 20:45:15 +0000 (-0700) Subject: drivers/mfd: remove obsolete irq_desc_t typedef X-Git-Tag: v2.6.31-rc1~282^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=516eca2726dce2ead8750366d8f66dd345ce55e3;p=pandora-kernel.git 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 Cc: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed