Hi all, Today's linux-next merge of the arm-soc tree got a conflict in arch/arm/mach-shmobile/board-marzen.c between commit 7cef5e7fd1ab ("[media] ARM: shmobile: Marzen: add VIN and ADV7180 support") from the v4l-dvb tree and commits 85469abe4930 ("ARM: shmobile: Remove Marzen use of ") and fee529df76ff ("ARM: shmobile: r8a7779: cleanup registration of usb phy") 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 arch/arm/mach-shmobile/board-marzen.c index ca7fb2e,3551b54..0000000 --- a/arch/arm/mach-shmobile/board-marzen.c +++ b/arch/arm/mach-shmobile/board-marzen.c @@@ -38,8 -38,6 +39,7 @@@ #include #include #include +#include - #include #include #include #include @@@ -212,8 -203,7 +231,9 @@@ static struct platform_device *marzen_d &thermal_device, &hspi_device, &leds_device, + &camera0_device, + &camera1_device, + &usb_phy, }; static const struct pinctrl_map marzen_pinctrl_map[] = { @@@ -274,9 -254,6 +294,8 @@@ static void __init marzen_init(void r8a7779_init_irq_extpin(1); /* IRQ1 as individual interrupt */ r8a7779_add_standard_devices(); - r8a7779_add_usb_phy_device(&usb_phy_platform_data); + r8a7779_add_vin_device(1, &vin_platform_data); + r8a7779_add_vin_device(3, &vin_platform_data); platform_add_devices(marzen_devices, ARRAY_SIZE(marzen_devices)); }