diff options
Diffstat (limited to 'drivers/rtc/rtc-hym8563.c')
| -rw-r--r-- | drivers/rtc/rtc-hym8563.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/drivers/rtc/rtc-hym8563.c b/drivers/rtc/rtc-hym8563.c index b018535c842b..63f11ea3589d 100644 --- a/drivers/rtc/rtc-hym8563.c +++ b/drivers/rtc/rtc-hym8563.c @@ -559,8 +559,8 @@ static int hym8563_probe(struct i2c_client *client)  }  static const struct i2c_device_id hym8563_id[] = { -	{ "hym8563", 0 }, -	{}, +	{ "hym8563" }, +	{}  };  MODULE_DEVICE_TABLE(i2c, hym8563_id); |