mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 10:31:48 +00:00
ae71a56222
Currently there is no platform data used in the driver. In case this changes NULL is passed unused to the soc specific functions. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
14 lines
576 B
C
14 lines
576 B
C
extern struct platform_device mx3_ipu;
|
|
extern struct platform_device mx3_fb;
|
|
extern struct platform_device mx3_camera;
|
|
extern struct platform_device mxcsdhc_device0;
|
|
extern struct platform_device mxcsdhc_device1;
|
|
extern struct platform_device mxc_otg_udc_device;
|
|
extern struct platform_device mxc_otg_host;
|
|
extern struct platform_device mxc_usbh1;
|
|
extern struct platform_device mxc_usbh2;
|
|
extern struct platform_device mxc_rnga_device;
|
|
extern struct platform_device imx_wdt_device0;
|
|
extern struct platform_device imx_rtc_device0;
|
|
extern struct platform_device imx_kpp_device;
|