From: Thomas Gleixner Date: Thu, 24 Mar 2011 12:29:39 +0000 (+0100) Subject: arm: Reorder irq_set_ function calls X-Git-Tag: v2.6.39-rc1~6^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9323f26186403433293e87e717a7785f74f75d80;p=pandora-kernel.git arm: Reorder irq_set_ function calls Reorder irq_set_chip() irq_set_chip_data() irq_set_handler() to irq_set_chip() irq_set_handler() irq_set_chip_data() so the next patch can combine irq_set_chip() and irq_set_handler() to irq_set_chip_and_handler(). Automated conversion with coccinelle. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed