Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201618
b: refs/heads/master
c: 8f785e8
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König committed Jun 24, 2010
1 parent ec22a2d commit f9a96a0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68a9c5ba14856d3738c906764aa38336f02e2e11
refs/heads/master: 8f785e8549fbf73995a7795651709b458300ed01
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx1/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static struct resource imx_i2c_resources[] = {
},
};

struct platform_device imx_i2c_device = {
struct platform_device imx_i2c_device0 = {
.name = "imx-i2c",
.id = 0,
.resource = imx_i2c_resources,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx1/devices.h
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mx1/mach-mx1ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static void __init mx1ads_init(void)
i2c_register_board_info(0, mx1ads_i2c_devices,
ARRAY_SIZE(mx1ads_i2c_devices));

mxc_register_device(&imx_i2c_device, &mx1ads_i2c_data);
mxc_register_device(&imx_i2c_device0, &mx1ads_i2c_data);
}

static void __init mx1ads_timer_init(void)
Expand Down

0 comments on commit f9a96a0

Please sign in to comment.