Hi all, Today's linux-next merge of the tip tree got a conflict in: drivers/idle/intel_idle.c between commit: 6138f3451516 ("intel_idle: Add C1 demotion on/off sysfs knob") from the pm tree and commit: 968e30006807 ("x86/cpuid: Set as the main CPUID header") from the tip tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc drivers/idle/intel_idle.c index 3292bf74e3c2,433d858b7be1..000000000000 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@@ -52,8 -51,7 +52,8 @@@ #include #include #include +#include - #include + #include #include #include #include