diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-10 12:02:25 -0400 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-24 09:40:45 -0400 |
commit | 3e876935b805966f140bdae73f96bc4c3632c947 (patch) | |
tree | 54c461e530a3325459dfd32c775a98e1b3eb6ffa /arch/arm/mach-mx1/devices.h | |
parent | 8f785e8549fbf73995a7795651709b458300ed01 (diff) |
ARM: imx1: rename imx_uart[12]_device to follow a common naming scheme
Note that these devices are specific for imx1 as only here three irqs are
used.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx1/devices.h')
-rw-r--r-- | arch/arm/mach-mx1/devices.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mx1/devices.h b/arch/arm/mach-mx1/devices.h index 851d6dfccf2e..13325166f639 100644 --- a/arch/arm/mach-mx1/devices.h +++ b/arch/arm/mach-mx1/devices.h | |||
@@ -1,7 +1,7 @@ | |||
1 | extern struct platform_device imx1_camera_device; | 1 | extern struct platform_device imx1_camera_device; |
2 | extern struct platform_device imx_i2c_device0; | 2 | extern struct platform_device imx_i2c_device0; |
3 | extern struct platform_device imx_uart1_device; | 3 | extern struct platform_device imx1_uart_device0; |
4 | extern struct platform_device imx_uart2_device; | 4 | extern struct platform_device imx1_uart_device1; |
5 | extern struct platform_device imx_rtc_device; | 5 | extern struct platform_device imx_rtc_device; |
6 | extern struct platform_device imx_wdt_device; | 6 | extern struct platform_device imx_wdt_device; |
7 | extern struct platform_device imx_usb_device; | 7 | extern struct platform_device imx_usb_device; |