From: Thomas Gleixner Date: Thu, 16 Jul 2015 20:38:51 +0000 (+0200) Subject: irqchip/mmp: Prepare icu_mux_irq_demux for irq argument removal X-Git-Tag: omap-for-v4.3/fixes-rc1~130^2~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14873aa1d1c97a11cec57ae1345da467d4b6d4d7;p=pandora-kernel.git irqchip/mmp: Prepare icu_mux_irq_demux 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