Used the at91_dt_defconfig and this caused a compilation warning without this fix: ../drivers/clocksource/timer-atmel-st.c:153:6: warning: unused variable 'irq' [-Wunused-variable] Signed-off-by: Anders Roxell <anders.roxell@xxxxxxxxxx> --- drivers/clocksource/timer-atmel-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/timer-atmel-st.c b/drivers/clocksource/timer-atmel-st.c index b6f4aa6..ea4d8e5 100644 --- a/drivers/clocksource/timer-atmel-st.c +++ b/drivers/clocksource/timer-atmel-st.c @@ -150,7 +150,7 @@ static int clkevt32k_set_oneshot(struct clock_event_device *dev) static int clkevt32k_set_periodic(struct clock_event_device *dev) { - int irq, ret; + int ret; clkdev32k_disable_and_flush_irq(); -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html