diff options
-rw-r--r-- | drivers/rtc/rtc-ds1307.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1307.c b/drivers/rtc/rtc-ds1307.c index c293d0cdb104..5dc1c7941199 100644 --- a/drivers/rtc/rtc-ds1307.c +++ b/drivers/rtc/rtc-ds1307.c | |||
@@ -637,7 +637,6 @@ static int __devinit ds1307_probe(struct i2c_client *client, | |||
637 | 637 | ||
638 | ds1307->client = client; | 638 | ds1307->client = client; |
639 | ds1307->type = id->driver_data; | 639 | ds1307->type = id->driver_data; |
640 | ds1307->offset = 0; | ||
641 | 640 | ||
642 | buf = ds1307->regs; | 641 | buf = ds1307->regs; |
643 | if (i2c_check_functionality(adapter, I2C_FUNC_SMBUS_I2C_BLOCK)) { | 642 | if (i2c_check_functionality(adapter, I2C_FUNC_SMBUS_I2C_BLOCK)) { |