1 --- a/drivers/rtc/rtc-ds1672.c
2 +++ b/drivers/rtc/rtc-ds1672.c
3 @@ -209,12 +209,18 @@ static int ds1672_probe(struct i2c_clien
7 +static struct i2c_device_id ds1672_id[] = {
12 static struct i2c_driver ds1672_driver = {
16 .probe = &ds1672_probe,
17 .remove = &ds1672_remove,
18 + .id_table = ds1672_id,
21 static int __init ds1672_init(void)