diff options
Diffstat (limited to 'drivers/rtc/rtc-fm3130.c')
| -rw-r--r-- | drivers/rtc/rtc-fm3130.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-fm3130.c b/drivers/rtc/rtc-fm3130.c index 83c3b3029fa7..576eadbba296 100644 --- a/drivers/rtc/rtc-fm3130.c +++ b/drivers/rtc/rtc-fm3130.c @@ -523,7 +523,6 @@ exit_free:  static struct i2c_driver fm3130_driver = {  	.driver = {  		.name	= "rtc-fm3130", -		.owner	= THIS_MODULE,  	},  	.probe		= fm3130_probe,  	.id_table	= fm3130_id,  |