diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-10 17:48:04 +0200 |
---|---|---|
committer | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-24 15:40:44 +0200 |
commit | 8f785e8549fbf73995a7795651709b458300ed01 (patch) | |
tree | 314eef1c8acc303dc01b3388e5ea5050866df94b /arch/arm/mach-mx1/devices.h | |
parent | ARM: imx1: rename imx_csi_device to match its .name (diff) | |
download | linux-8f785e8549fbf73995a7795651709b458300ed01.tar.xz linux-8f785e8549fbf73995a7795651709b458300ed01.zip |
ARM: imx1: rename imx_i2c_device to follow a common naming scheme
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx1/devices.h b/arch/arm/mach-mx1/devices.h index 899f8d97e682..851d6dfccf2e 100644 --- a/arch/arm/mach-mx1/devices.h +++ b/arch/arm/mach-mx1/devices.h @@ -1,5 +1,5 @@ extern struct platform_device imx1_camera_device; -extern struct platform_device imx_i2c_device; +extern struct platform_device imx_i2c_device0; extern struct platform_device imx_uart1_device; extern struct platform_device imx_uart2_device; extern struct platform_device imx_rtc_device; |