diff options
Diffstat (limited to 'drivers/rtc/rtc-tile.c')
-rw-r--r-- | drivers/rtc/rtc-tile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-tile.c b/drivers/rtc/rtc-tile.c index ff9632eb79f2..0b60867d8390 100644 --- a/drivers/rtc/rtc-tile.c +++ b/drivers/rtc/rtc-tile.c | |||
@@ -94,7 +94,6 @@ static int tile_rtc_probe(struct platform_device *dev) | |||
94 | static struct platform_driver tile_rtc_platform_driver = { | 94 | static struct platform_driver tile_rtc_platform_driver = { |
95 | .driver = { | 95 | .driver = { |
96 | .name = "rtc-tile", | 96 | .name = "rtc-tile", |
97 | .owner = THIS_MODULE, | ||
98 | }, | 97 | }, |
99 | .probe = tile_rtc_probe, | 98 | .probe = tile_rtc_probe, |
100 | }; | 99 | }; |