diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-01 17:15:39 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-12-14 07:05:02 -0500 |
commit | a8405929338063f0fe263d18ca24a6005d39b508 (patch) | |
tree | b0d40a1734ceb5b816f6f8b4b65ed3557535719c /arch/arm/mach-mx3/devices.h | |
parent | 3d89baa73a392e242b5eb7b0e749a08af3bf014f (diff) |
[ARM] MX31: add w1 platform_device and resources
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-mx3/devices.h')
-rw-r--r-- | arch/arm/mach-mx3/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/devices.h b/arch/arm/mach-mx3/devices.h index 4dc03f9e6001..cb1459c7c960 100644 --- a/arch/arm/mach-mx3/devices.h +++ b/arch/arm/mach-mx3/devices.h | |||
@@ -4,3 +4,4 @@ extern struct platform_device mxc_uart_device1; | |||
4 | extern struct platform_device mxc_uart_device2; | 4 | extern struct platform_device mxc_uart_device2; |
5 | extern struct platform_device mxc_uart_device3; | 5 | extern struct platform_device mxc_uart_device3; |
6 | extern struct platform_device mxc_uart_device4; | 6 | extern struct platform_device mxc_uart_device4; |
7 | extern struct platform_device mxc_w1_master_device; | ||