diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-10 16:15:45 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-17 04:01:38 -0500 |
commit | 5f3d1092a949b33d01c95b7f5e5a83672629f131 (patch) | |
tree | 538bea4efeec3c2900a1ca2205d8dca6ea9e3c7b /arch/arm/mach-mx25/devices.h | |
parent | 224b8c83641c2f31e3efc9bc5956636cc42cadf7 (diff) |
ARM: mx25: dynamically allocate mxc_pwm devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/devices.h')
-rw-r--r-- | arch/arm/mach-mx25/devices.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h index 266c305a2ad7..afc60ddc6a31 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h | |||
@@ -1,7 +1,3 @@ | |||
1 | extern struct platform_device mxc_pwm_device0; | ||
2 | extern struct platform_device mxc_pwm_device1; | ||
3 | extern struct platform_device mxc_pwm_device2; | ||
4 | extern struct platform_device mxc_pwm_device3; | ||
5 | extern struct platform_device mxc_keypad_device; | 1 | extern struct platform_device mxc_keypad_device; |
6 | extern struct platform_device mx25_rtc_device; | 2 | extern struct platform_device mx25_rtc_device; |
7 | extern struct platform_device mx25_fb_device; | 3 | extern struct platform_device mx25_fb_device; |