diff options
Diffstat (limited to 'drivers/rtc/rtc-ps3.c')
-rw-r--r-- | drivers/rtc/rtc-ps3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ps3.c b/drivers/rtc/rtc-ps3.c index 554ada5e9b76..6a8f5d758eac 100644 --- a/drivers/rtc/rtc-ps3.c +++ b/drivers/rtc/rtc-ps3.c | |||
@@ -74,7 +74,6 @@ static int __init ps3_rtc_probe(struct platform_device *dev) | |||
74 | static struct platform_driver ps3_rtc_driver = { | 74 | static struct platform_driver ps3_rtc_driver = { |
75 | .driver = { | 75 | .driver = { |
76 | .name = "rtc-ps3", | 76 | .name = "rtc-ps3", |
77 | .owner = THIS_MODULE, | ||
78 | }, | 77 | }, |
79 | }; | 78 | }; |
80 | 79 | ||