diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-12 05:49:34 -0500 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-19 15:54:35 -0500 |
commit | fed3d35b06bf3f6a3383c2637d054823c563200b (patch) | |
tree | a787cffeb9f3b82d5be819a69e7eaec53e152e0b /arch/arm/mach-mx3/devices.h | |
parent | 6a697e3d310d79ea0e385975c57084ce22b04b36 (diff) |
ARM: mx3: dynamically allocate mxc_rnga devices
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r-- | arch/arm/mach-mx3/devices.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index 20204743e8f8..d472c459238c 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h | |||
@@ -5,7 +5,6 @@ extern struct platform_device mxc_otg_udc_device; | |||
5 | extern struct platform_device mxc_otg_host; | 5 | extern struct platform_device mxc_otg_host; |
6 | extern struct platform_device mxc_usbh1; | 6 | extern struct platform_device mxc_usbh1; |
7 | extern struct platform_device mxc_usbh2; | 7 | extern struct platform_device mxc_usbh2; |
8 | extern struct platform_device mxc_rnga_device; | ||
9 | extern struct platform_device imx_wdt_device0; | 8 | extern struct platform_device imx_wdt_device0; |
10 | extern struct platform_device imx_rtc_device0; | 9 | extern struct platform_device imx_rtc_device0; |
11 | extern struct platform_device imx_kpp_device; | 10 | extern struct platform_device imx_kpp_device; |