From: Maxime Ripard Date: Tue, 1 Jul 2014 09:33:22 +0000 (+0200) Subject: ARM: at91: PIT: use request_irq instead of setup_irq X-Git-Tag: fixes-for-v3.18-merge-window~3^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f282e0137bfe712655e9f8da5ade105f6918741;p=pandora-kernel.git ARM: at91: PIT: use request_irq instead of setup_irq We can use the generic request_irq now to register a timer interrupt handler, instead of the more complex setup_irq. Signed-off-by: Maxime Ripard Acked-by: Boris BREZILLON Acked-by: Alexandre Belloni Acked-by: Daniel Lezcano Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed