diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-10-29 17:17:42 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-11-14 10:30:38 +0100 |
commit | d8d982b1b284370512d5650aadb300d30fd9d4b2 (patch) | |
tree | 97e3605116f20bde74453be25d98f161041bbe3f /arch/arm/mach-mx3/devices.h | |
parent | 23291df423fd6d656ce9d1189c4a477216d17f7c (diff) | |
download | blackbird-op-linux-d8d982b1b284370512d5650aadb300d30fd9d4b2.tar.gz blackbird-op-linux-d8d982b1b284370512d5650aadb300d30fd9d4b2.zip |
i.MX3: Add sound (ssi) resources
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-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 ab87419dc9a0..42cf175eac6b 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h @@ -23,4 +23,6 @@ extern struct platform_device mxc_rnga_device; 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; |