Hi all,
Today's linux-next merge of the tip tree got a conflict in
arch/avr32/include/asm/Kbuild between commit d7668f9d448a ("avr32: add
generic vga.h to Kbuild") from the tree and commit b119fa61d440
("locking/mcs: Order the header files in Kbuild of each architecture in
alphabetical order") from the tip tree.I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell [email protected] diff --cc arch/avr32/include/asm/Kbuild index c7c64a63c29f,8b398ff96974..000000000000 --- a/arch/avr32/include/asm/Kbuild +++ b/arch/avr32/include/asm/Kbuild @@@ -1,22 -1,22 +1,23 @@@ - generic-y += clkdev.h - generic-y += cputime.h - generic-y += delay.h - generic-y += device.h - generic-y += div64.h - generic-y += emergency-restart.h - generic-y += exec.h - generic-y += futex.h - generic-y += preempt.h - generic-y += irq_regs.h - generic-y += param.h - generic-y += local.h - generic-y += local64.h - generic-y += percpu.h - generic-y += scatterlist.h - generic-y += sections.h - generic-y += topology.h - generic-y += trace_clock.h + generic-y += clkdev.h + generic-y += cputime.h + generic-y += delay.h + generic-y += device.h + generic-y += div64.h + generic-y += emergency-restart.h + generic-y += exec.h + generic-y += futex.h + generic-y += hash.h + generic-y += irq_regs.h + generic-y += local.h + generic-y += local64.h + generic-y += mcs_spinlock.h + generic-y += param.h + generic-y += percpu.h + generic-y += preempt.h + generic-y += scatterlist.h + generic-y += sections.h + generic-y += topology.h + generic-y += trace_clock.h +generic-y += vga.h - generic-y += xor.h - generic-y += hash.h + generic-y += xor.h
pgpJPXu4g1IYQ.pgp
Description: PGP signature

