diff options
author | Baruch Siach <baruch@tkos.co.il> | 2010-06-21 08:16:00 +0300 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-07-26 14:18:29 +0200 |
commit | f747847e8f0312ddc50fe7cb7ed4f6399ec154e0 (patch) | |
tree | a509e75f83c2835a756ef2c1a1c256c9802268b1 /arch/arm/mach-mx25/devices.h | |
parent | 94d359586480fd6d22eccec5dc3693d7d0f68928 (diff) |
mx25: add support for the CSI device
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 290843bdddf..00e29f57a59 100644 --- a/arch/arm/mach-mx25/devices.h +++ b/arch/arm/mach-mx25/devices.h @@ -25,3 +25,4 @@ extern struct platform_device mxc_wdt; extern struct platform_device mx25_kpp_device; extern struct platform_device imx_ssi_device0; extern struct platform_device imx_ssi_device1; +extern struct platform_device mx25_csi_device; |