Hi all, Yesterday's linux-next build of Linus' (arm vf610m4_defconfig) failed like this: drivers/clocksource/timer-vf-pit.c:194: error: unterminated argument list invoking macro "BUG_ON" drivers/clocksource/timer-vf-pit.c:131:2: error: ‘BUG_ON’ undeclared (first use in this function) drivers/clocksource/timer-vf-pit.c:131:8: error: expected ‘;’ at end of input drivers/clocksource/timer-vf-pit.c:131:2: error: expected declaration or statement at end of input Caused by commit cc2550b421aa ("clocksource: Replace setup_irq() by request_irq()") A closing ')' is missing. Reported-by: kernelci.org bot -- Cheers, Stephen Rothwell