diff options
Diffstat (limited to 'drivers/rtc/rtc-hym8563.c')
| -rw-r--r-- | drivers/rtc/rtc-hym8563.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-hym8563.c b/drivers/rtc/rtc-hym8563.c index e9da7959d3fe..097325d96db5 100644 --- a/drivers/rtc/rtc-hym8563.c +++ b/drivers/rtc/rtc-hym8563.c @@ -599,7 +599,6 @@ MODULE_DEVICE_TABLE(of, hym8563_dt_idtable);  static struct i2c_driver hym8563_driver = {  	.driver		= {  		.name	= "rtc-hym8563", -		.owner	= THIS_MODULE,  		.pm	= &hym8563_pm_ops,  		.of_match_table	= hym8563_dt_idtable,  	},  |