Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97800
b: refs/heads/master
c: f2eb432
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Jun 6, 2008
1 parent 8f9fe39 commit dff188b
Show file tree
Hide file tree
Showing 4 changed files with 3 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: 44d1b980c72db0faf35adb082fb2208351803028
refs/heads/master: f2eb432715a81a703e626df59347ba3557009557
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/sysdev/fsl_soc.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ static struct i2c_driver_device i2c_devices[] __initdata = {
{"dallas,ds1339", "ds1339"},
{"dallas,ds1340", "ds1340"},
{"stm,m41t00", "m41t00"},
{"dallas,ds1374", "rtc-ds1374"},
{"dallas,ds1374", "ds1374"},
};

static int __init of_find_i2c_driver(struct device_node *node,
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/of/of_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ struct i2c_driver_device {
};

static struct i2c_driver_device i2c_devices[] = {
{ "dallas,ds1374", "rtc-ds1374" },
};

static int of_find_i2c_driver(struct device_node *node,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-ds1374.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define DS1374_REG_TCR 0x09 /* Trickle Charge */

static const struct i2c_device_id ds1374_id[] = {
{ "rtc-ds1374", 0 },
{ "ds1374", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, ds1374_id);
Expand Down

0 comments on commit dff188b

Please sign in to comment.