diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-05-28 00:51:24 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-28 19:19:23 +0400 |
commit | 0b0ef442958d74e5749c460b0ae68606e317fe01 (patch) | |
tree | f39d560a72b1433e0d53d23452eed67c8be92249 /arch/arm/mach-mx3 | |
parent | 4e0f088106c28d0ed8e827338b42404d236deda0 (diff) | |
download | linux-0b0ef442958d74e5749c460b0ae68606e317fe01.tar.xz |
MX3: Add missing entry in devices.h
Add missing mxc_rnga_device entry in devices.h (mxc-master tree).
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3')
-rw-r--r-- | arch/arm/mach-mx3/devices.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index 475410ada60a..ffd494ddd4ac 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h @@ -16,3 +16,5 @@ extern struct platform_device mxc_fec_device; extern struct platform_device mxcsdhc_device0; extern struct platform_device mxcsdhc_device1; extern struct platform_device mxc_otg_udc_device; +extern struct platform_device mxc_rnga_device; + |