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