summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx3/devices.h
diff options
context:
space:
mode:
authorDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-03-05 09:20:50 -0500
committerDaniel Schaeffer <daniel.schaeffer@timesys.com>2009-03-05 09:20:50 -0500
commitcb24ce8396132a5a48191d804741edbff3e48e81 (patch)
treebbce453f5b7f3891a5e57c24855b0c9cdc4cb83f /arch/arm/mach-mx3/devices.h
parenta432aa7dcbd421770aab5a5d8db40f2a67195e50 (diff)
Added spi support for the mx31lite board.2.6.28-mx31lite-200903050920
Signed-off-by: Daniel Schaeffer <daniel.schaeffer@timesys.com>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r--arch/arm/mach-mx3/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h
index 4dc03f9e6001..5a86802e1ac5 100644
--- a/arch/arm/mach-mx3/devices.h
+++ b/arch/arm/mach-mx3/devices.h
@@ -4,3 +4,7 @@ extern struct platform_device mxc_uart_device1;
extern struct platform_device mxc_uart_device2;
extern struct platform_device mxc_uart_device3;
extern struct platform_device mxc_uart_device4;
+
+extern struct platform_device mxc_spi_device0;
+extern struct platform_device mxc_spi_device1;
+extern struct platform_device mxc_spi_device2;