Hi Rusty, After merging the modules tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/platforms/pasemi/idle.c:88:1: error: macro "__define_initcall" passed 3 arguments, but takes just 2 arch/powerpc/platforms/pasemi/idle.c:88:1: error: data definition has no type or storage class [-Werror] arch/powerpc/platforms/pasemi/idle.c:88:1: error: type defaults to 'int' in declaration of '__define_initcall' [-Werror=implicit-int] arch/powerpc/platforms/pasemi/idle.c:88:1: error: '__machine_initcall_pasemi_pasemi_idle_init' defined but not used [-Werror=unused-function] And several more similar. Caused (again - a fixed version of this patch is in the akpm tree) by commit 9f859bf82c1d ("init: Use the stringify operator for the __define_initcall macro"). I have use the modules tree from next-20121101 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au