diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/rtc/rtc-ds1307.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index 4724ba3acf1a..b2005b44e4f7 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c | |||
| @@ -149,6 +149,7 @@ static const struct i2c_device_id ds1307_id[] = { | |||
| 149 | { "ds1340", ds_1340 }, | 149 | { "ds1340", ds_1340 }, |
| 150 | { "ds3231", ds_3231 }, | 150 | { "ds3231", ds_3231 }, |
| 151 | { "m41t00", m41t00 }, | 151 | { "m41t00", m41t00 }, |
| 152 | { "pt7c4338", ds_1307 }, | ||
| 152 | { "rx8025", rx_8025 }, | 153 | { "rx8025", rx_8025 }, |
| 153 | { } | 154 | { } |
| 154 | }; | 155 | }; |
