From: Thomas Gleixner Date: Mon, 13 Jul 2015 20:51:26 +0000 (+0000) Subject: sh/intc: Prepare irq flow handlers for irq argument removal X-Git-Tag: omap-for-v4.3/fixes-rc1~130^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c497615c0cb62ba0b06db9580911dcf6d612bdb9;p=pandora-kernel.git sh/intc: Prepare irq flow handlers 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: Jiang Liu Cc: Simon Horman Cc: Magnus Damm Cc: Julia Lawall Link: http://lkml.kernel.org/r/20150713151626.872605327@linutronix.de Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed