On Wednesday 10 February 2016 15:27:48 Rafael J. Wysocki wrote: > On Wed, Feb 10, 2016 at 10:52 AM, Mark Brown <broonie@xxxxxxxxxx> wrote: > > On Wed, Feb 10, 2016 at 09:12:25AM +0000, Build bot for Mark Brown wrote: > > > > Today's -next fails to build on non-SMP configurations due to: > > > >> arm-multi_v5_defconfig > >> ../drivers/cpufreq/cpufreq_governor.c:251:3: error: implicit declaration of function 'irq_work_queue_on' [-Werror=implicit-function-declaration] > > > > caused by 0144fa03ef4606ae (cpufreq: governor: Replace timers with > > utilization update callbacks). IS_ENABLED() in an if statement doesn't > > do a good job of making things conditional here since the code still has > > to compile cleanly in both cases and there is no definition at all of > > irq_work_queue_on() for !SMP. > > Thanks for the report! > > OK, I'll change it to #ifdef/#else then. > I have a better idea, patch follows. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html