diff options
Diffstat (limited to 'drivers/mfd/ab3100-otp.c')
-rw-r--r-- | drivers/mfd/ab3100-otp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/ab3100-otp.c b/drivers/mfd/ab3100-otp.c index c9af16cc7310..f391c5fee1b0 100644 --- a/drivers/mfd/ab3100-otp.c +++ b/drivers/mfd/ab3100-otp.c | |||
@@ -239,7 +239,6 @@ static int __exit ab3100_otp_remove(struct platform_device *pdev) | |||
239 | static struct platform_driver ab3100_otp_driver = { | 239 | static struct platform_driver ab3100_otp_driver = { |
240 | .driver = { | 240 | .driver = { |
241 | .name = "ab3100-otp", | 241 | .name = "ab3100-otp", |
242 | .owner = THIS_MODULE, | ||
243 | }, | 242 | }, |
244 | .remove = __exit_p(ab3100_otp_remove), | 243 | .remove = __exit_p(ab3100_otp_remove), |
245 | }; | 244 | }; |