From: Thomas Gleixner Date: Fri, 31 Jul 2015 19:50:30 +0000 (+0200) Subject: blackfin: Prepare irq handlers for irq argument removal X-Git-Tag: omap-for-v4.3/fixes-rc1~130^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b501769c442cf3d2abf388651fa17f46dcd0e5f;p=pandora-kernel.git blackfin: Prepare irq 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: Julia Lawall Cc: Steven Miao Cc: adi-buildroot-devel@lists.sourceforge.net --- Reading git-diff-tree failed