summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx1/devices.h
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-10 17:48:04 +0200
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-06-24 15:40:44 +0200
commit8f785e8549fbf73995a7795651709b458300ed01 (patch)
tree314eef1c8acc303dc01b3388e5ea5050866df94b /arch/arm/mach-mx1/devices.h
parentARM: imx1: rename imx_csi_device to match its .name (diff)
downloadlinux-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.h2
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;