From: Nicolas Ferre Date: Thu, 27 Nov 2014 15:10:06 +0000 (+0100) Subject: ARM: at91: remove legacy IRQ driver and related code X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~16^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ccdde057b03a2446eeee7b7a63306c4d9c68d61;p=pandora-kernel.git ARM: at91: remove legacy IRQ driver and related code Remove irc.c and associated header file. The related code was idendified by the CONFIG_OLD_IRQ_AT91 option that was removed previously. It has been spotted by following coccinelle semantic match: @rule1@ expression E; statement S; @@ ( - if (IS_ENABLED(CONFIG_OLD_IRQ_AT91)) S | - if (IS_ENABLED(CONFIG_OLD_IRQ_AT91) && E) S ) Cc: Julia Lawall Signed-off-by: Nicolas Ferre Acked-by: Boris BREZILLON --- Reading git-diff-tree failed