aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-02 12:50:55 -0400
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-17 04:01:24 -0500
commitb2997cb12b302ee6d233808e32214d00afdcf128 (patch)
treee9c7896465e257f72846fb0c5b89ed33fb8593ec /arch/arm/mach-imx/devices.h
parent3bde75b5370bd69fd7f07a8e254bef05b1b5b219 (diff)
ARM: imx: dynamically allocate mx2-camera device
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/devices.h b/arch/arm/mach-imx/devices.h
index 8f14452c7d23..3d020b91ef5d 100644
--- a/arch/arm/mach-imx/devices.h
+++ b/arch/arm/mach-imx/devices.h
@@ -5,7 +5,6 @@ extern struct platform_device mxc_pwm_device;
5extern struct platform_device mxc_sdhc_device0; 5extern struct platform_device mxc_sdhc_device0;
6extern struct platform_device mxc_sdhc_device1; 6extern struct platform_device mxc_sdhc_device1;
7extern struct platform_device mxc_otg_udc_device; 7extern struct platform_device mxc_otg_udc_device;
8extern struct platform_device mx27_camera_device;
9extern struct platform_device mxc_otg_host; 8extern struct platform_device mxc_otg_host;
10extern struct platform_device mxc_usbh1; 9extern struct platform_device mxc_usbh1;
11extern struct platform_device mxc_usbh2; 10extern struct platform_device mxc_usbh2;