diff options
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r-- | arch/arm/mach-mx2/devices.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index 6e91b4e3509d..d315406d6725 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h | |||
@@ -23,3 +23,7 @@ extern struct platform_device mxc_otg_udc_device; | |||
23 | extern struct platform_device mxc_otg_host; | 23 | extern struct platform_device mxc_otg_host; |
24 | extern struct platform_device mxc_usbh1; | 24 | extern struct platform_device mxc_usbh1; |
25 | extern struct platform_device mxc_usbh2; | 25 | extern struct platform_device mxc_usbh2; |
26 | extern struct platform_device mxc_spi_device0; | ||
27 | extern struct platform_device mxc_spi_device1; | ||
28 | extern struct platform_device mxc_spi_device2; | ||
29 | |||