[PATCH 2/5] clocksource/drivers/sun5i: Switch to request_irq

2015-03-31 Thread Daniel Lezcano
From: Maxime Ripard The current code uses setup_irq, while it could perfectly use the much simpler request_irq. Switch to that. Signed-off-by: Maxime Ripard Signed-off-by: Daniel Lezcano Conflicts: drivers/clocksource/timer-sun5i.c --- drivers/clocksource/timer-sun5i.c | 10

[PATCH 2/5] clocksource/drivers/sun5i: Switch to request_irq

2015-03-31 Thread Daniel Lezcano
From: Maxime Ripard maxime.rip...@free-electrons.com The current code uses setup_irq, while it could perfectly use the much simpler request_irq. Switch to that. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Conflicts: