mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-13 16:05:16 +00:00

Make SoC devices globally available to boards rather than using a device specific init function. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
7 lines
241 B
C
7 lines
241 B
C
|
|
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;
|