summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/devices.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-21 15:27:22 (GMT)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-30 07:00:46 (GMT)
commit642e466bf405ba558e68353cd4ae6e8ed640b123 (patch)
tree01d1123c2972fe197d7f8baae612c68b7d1a507b /arch/arm/mach-imx/devices.h
parent0287073713d2d638bd89aff53750467af657da63 (diff)
downloadlinux-fsl-qoriq-642e466bf405ba558e68353cd4ae6e8ed640b123.tar.xz
ARM: imx: dynamically register spi_imx devices (imx21)
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/devices.h')
-rw-r--r--arch/arm/mach-imx/devices.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices.h b/arch/arm/mach-imx/devices.h
index 4fe9935..c15b0de 100644
--- a/arch/arm/mach-imx/devices.h
+++ b/arch/arm/mach-imx/devices.h
@@ -34,9 +34,9 @@ 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;
+#ifdef CONFIG_MACH_MX27
extern struct platform_device mxc_spi_device0;
extern struct platform_device mxc_spi_device1;
-#ifdef CONFIG_MACH_MX27
extern struct platform_device mxc_spi_device2;
#endif
extern struct platform_device mx21_usbhc_device;