From: Thomas Gleixner Date: Thu, 16 Jul 2015 20:38:07 +0000 (+0200) Subject: irqchip/keystone: Prepare keystone_irq_handler for irq argument removal X-Git-Tag: omap-for-v4.3/fixes-rc1~130^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=283653a368f49773ee7242e2a03227d7de5d3a7e;p=pandora-kernel.git irqchip/keystone: Prepare keystone_irq_handler for irq argument removal The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor. Search and update was done with coccinelle and the invaluable help of Julia Lawall. Signed-off-by: Thomas Gleixner Cc: Julia Lawall --- Reading git-diff-tree failed