summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx3/devices.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-10-29 17:17:42 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-14 10:30:38 +0100
commitd8d982b1b284370512d5650aadb300d30fd9d4b2 (patch)
tree97e3605116f20bde74453be25d98f161041bbe3f /arch/arm/mach-mx3/devices.h
parent23291df423fd6d656ce9d1189c4a477216d17f7c (diff)
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.h2
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;