i.MX3: make SoC devices globally available
Make SoC devices globally available to boards rather than using a device specific init function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
6
arch/arm/mach-mx3/devices.h
Normal file
6
arch/arm/mach-mx3/devices.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
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;
|
Reference in New Issue
Block a user