diff options
author | Baruch Siach <baruch@tkos.co.il> | 2010-02-17 12:33:24 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-18 08:35:05 +0100 |
commit | 04a03e5fe3d337242e5c0a9c93d2fd24cff545ef (patch) | |
tree | 30fa99ccf96b411e5e2a4a74f237d22f86cdb4b8 /arch/arm/mach-mx25/devices.h | |
parent | f601441916d1e19291d0b4f044b4a7551e2924d0 (diff) | |
download | linux-04a03e5fe3d337242e5c0a9c93d2fd24cff545ef.tar.bz2 |
mx25: add platform support for imxfb
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx25/devices.h')
-rw-r--r-- | arch/arm/mach-mx25/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx25/devices.h b/arch/arm/mach-mx25/devices.h index 37e6a0821447..39560e13bc0d 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h @@ -20,3 +20,4 @@ extern struct platform_device mxc_i2c_device2; extern struct platform_device mx25_fec_device; extern struct platform_device mxc_nand_device; extern struct platform_device mx25_rtc_device; +extern struct platform_device mx25_fb_device; |