From: Thomas Gleixner Date: Tue, 16 Jun 2009 22:33:25 +0000 (-0700) Subject: alpha: remove obsolete hw_interrupt_type X-Git-Tag: v2.6.31-rc1~299^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44377f622ee4f23ea0afc9b83dba5d3ec2d560cd;p=pandora-kernel.git alpha: 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 Cc: Richard Henderson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed