diff options
Diffstat (limited to 'drivers/rtc/rtc-pcf8583.c')
| -rw-r--r-- | drivers/rtc/rtc-pcf8583.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/rtc/rtc-pcf8583.c b/drivers/rtc/rtc-pcf8583.c index a7e0fc360b6a..652b9dfa7566 100644 --- a/drivers/rtc/rtc-pcf8583.c +++ b/drivers/rtc/rtc-pcf8583.c @@ -297,7 +297,7 @@ static int pcf8583_probe(struct i2c_client *client)  }  static const struct i2c_device_id pcf8583_id[] = { -	{ "pcf8583", 0 }, +	{ "pcf8583" },  	{ }  };  MODULE_DEVICE_TABLE(i2c, pcf8583_id); |