diff options
Diffstat (limited to 'drivers/rtc/rtc-fm3130.c')
| -rw-r--r-- | drivers/rtc/rtc-fm3130.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 400ce4ad0c49..f82728ebac0c 100644 --- a/drivers/rtc/rtc-fm3130.c +++ b/drivers/rtc/rtc-fm3130.c @@ -53,7 +53,7 @@ struct fm3130 {  	int			data_valid;  };  static const struct i2c_device_id fm3130_id[] = { -	{ "fm3130", 0 }, +	{ "fm3130" },  	{ }  };  MODULE_DEVICE_TABLE(i2c, fm3130_id); |