aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/devices.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-10-29 05:50:36 -0400
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-11-17 02:58:14 -0500
commit300f86da1787c680598ea441aaa602a1664fba86 (patch)
tree20e3255e7424df399aa201f94b1067471b788b4e /arch/arm/mach-imx/devices.h
parentae71a5622253708aa08df231e6415fe7a1e96b10 (diff)
ARM: imx: remove unused devices
all these don't have a driver and are not added in any machine file. 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.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-imx/devices.h b/arch/arm/mach-imx/devices.h
index 48d2c5b8c164..a7e47f4dbfcc 100644
--- a/arch/arm/mach-imx/devices.h
+++ b/arch/arm/mach-imx/devices.h
@@ -1,18 +1,9 @@
1#ifdef CONFIG_ARCH_MX1 1#ifdef CONFIG_ARCH_MX1
2extern struct platform_device imx1_camera_device; 2extern struct platform_device imx1_camera_device;
3extern struct platform_device imx_rtc_device;
4extern struct platform_device imx_wdt_device;
5extern struct platform_device imx_usb_device; 3extern struct platform_device imx_usb_device;
6#endif 4#endif
7 5
8#if defined(CONFIG_MACH_MX21) || defined(CONFIG_MACH_MX27) 6#if defined(CONFIG_MACH_MX21) || defined(CONFIG_MACH_MX27)
9extern struct platform_device mxc_gpt1;
10extern struct platform_device mxc_gpt2;
11#ifdef CONFIG_MACH_MX27
12extern struct platform_device mxc_gpt3;
13extern struct platform_device mxc_gpt4;
14extern struct platform_device mxc_gpt5;
15#endif
16extern struct platform_device mxc_wdt; 7extern struct platform_device mxc_wdt;
17extern struct platform_device mxc_fb_device; 8extern struct platform_device mxc_fb_device;
18extern struct platform_device mxc_pwm_device; 9extern struct platform_device mxc_pwm_device;