Make SoC devices globally available to boards rather than using a device specific init function.
Signed-off-by: Sascha Hauer
extern struct platform_device mxc_uart_device0; extern struct platform_device mxc_uart_device1; extern struct platform_device mxc_uart_device2; extern struct platform_device mxc_uart_device3; extern struct platform_device mxc_uart_device4;