diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-10-22 16:50:33 +0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-11-14 12:30:19 +0300 |
commit | 23291df423fd6d656ce9d1189c4a477216d17f7c (patch) | |
tree | 483980444981b148773aed29a4a7684340e54196 /arch/arm/mach-mx2/devices.h | |
parent | 4f43c2ed21d5902f29c41aeb22728193a8617192 (diff) | |
download | linux-23291df423fd6d656ce9d1189c4a477216d17f7c.tar.xz |
i.MX2: Add sound (ssi) resources
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx2/devices.h')
-rw-r--r-- | arch/arm/mach-mx2/devices.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index d315406d6725..97306aa18f1c 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h @@ -26,4 +26,5 @@ extern struct platform_device mxc_usbh2; extern struct platform_device mxc_spi_device0; extern struct platform_device mxc_spi_device1; extern struct platform_device mxc_spi_device2; - +extern struct platform_device imx_ssi_device0; +extern struct platform_device imx_ssi_device1; |