diff options
Diffstat (limited to 'drivers/rtc/rtc-hid-sensor-time.c')
-rw-r--r-- | drivers/rtc/rtc-hid-sensor-time.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-hid-sensor-time.c b/drivers/rtc/rtc-hid-sensor-time.c index 965a9da70867..ae7c2ba440cf 100644 --- a/drivers/rtc/rtc-hid-sensor-time.c +++ b/drivers/rtc/rtc-hid-sensor-time.c | |||
@@ -331,7 +331,6 @@ static struct platform_driver hid_time_platform_driver = { | |||
331 | .id_table = hid_time_ids, | 331 | .id_table = hid_time_ids, |
332 | .driver = { | 332 | .driver = { |
333 | .name = KBUILD_MODNAME, | 333 | .name = KBUILD_MODNAME, |
334 | .owner = THIS_MODULE, | ||
335 | }, | 334 | }, |
336 | .probe = hid_time_probe, | 335 | .probe = hid_time_probe, |
337 | .remove = hid_time_remove, | 336 | .remove = hid_time_remove, |