Hi all, Today's linux-next merge of the arm-soc tree got a conflict in drivers/tty/serial/atmel_serial.c between commit 95e629b761ce ("ARM/AVR32: get rid of serial_at91.h") from the arm tree and commit bcd2360c1ff9 ("arm: at91: move platfarm_data to include/linux/platform_data/atmel.h") from the arm-soc tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc drivers/tty/serial/atmel_serial.c index 1a8a271,5660ec2..0000000 --- a/drivers/tty/serial/atmel_serial.c +++ b/drivers/tty/serial/atmel_serial.c @@@ -39,13 -39,13 +39,12 @@@ #include #include #include +#include + #include #include #include - #include - -#include - #ifdef CONFIG_ARM #include #include