diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-10-29 05:50:36 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 02:58:14 -0500 |
commit | 300f86da1787c680598ea441aaa602a1664fba86 (patch) | |
tree | 20e3255e7424df399aa201f94b1067471b788b4e /arch/arm/mach-imx/devices.h | |
parent | ae71a5622253708aa08df231e6415fe7a1e96b10 (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.h | 9 |
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 |
2 | extern struct platform_device imx1_camera_device; | 2 | extern struct platform_device imx1_camera_device; |
3 | extern struct platform_device imx_rtc_device; | ||
4 | extern struct platform_device imx_wdt_device; | ||
5 | extern struct platform_device imx_usb_device; | 3 | extern 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) |
9 | extern struct platform_device mxc_gpt1; | ||
10 | extern struct platform_device mxc_gpt2; | ||
11 | #ifdef CONFIG_MACH_MX27 | ||
12 | extern struct platform_device mxc_gpt3; | ||
13 | extern struct platform_device mxc_gpt4; | ||
14 | extern struct platform_device mxc_gpt5; | ||
15 | #endif | ||
16 | extern struct platform_device mxc_wdt; | 7 | extern struct platform_device mxc_wdt; |
17 | extern struct platform_device mxc_fb_device; | 8 | extern struct platform_device mxc_fb_device; |
18 | extern struct platform_device mxc_pwm_device; | 9 | extern struct platform_device mxc_pwm_device; |