linux-next: manual merge of the usb tree with the i.MX tree
From: Stephen Rothwell <hidden>
Date: 2010-02-26 07:10:11
Also in:
linux-next
From: Stephen Rothwell <hidden>
Date: 2010-02-26 07:10:11
Also in:
linux-next
Hi Greg,
Today's linux-next merge of the usb tree got a conflict in
arch/arm/mach-mx2/devices.h between commit
68c94b40b31926f627573a7f656b903f6644744e ("arm/mx2: use cpp magic to
create spi_imx devices") from the i.MX tree and commit
3f1c5d0f4c64f5e9e4ac329a935b3da67593691f ("USB: MXC: add platform
resources for i.MX21 USB host controller") from the usb tree.
Just context changes. I fixed it up (see below) and can carry the fix as
necessary.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
diff --cc arch/arm/mach-mx2/devices.h
index f15df2a,f12694b..0000000--- a/arch/arm/mach-mx2/devices.h
+++ b/arch/arm/mach-mx2/devices.h@@@ -34,8 -25,7 +34,9 @@@ extern struct platform_device mxc_usbh1 extern struct platform_device mxc_usbh2; extern struct platform_device mxc_spi_device0; extern struct platform_device mxc_spi_device1; +#ifdef CONFIG_MACH_MX27 extern struct platform_device mxc_spi_device2; +#endif + extern struct platform_device mx21_usbhc_device; extern struct platform_device imx_ssi_device0; extern struct platform_device imx_ssi_device1;