[<prev] [next>] [day] [month] [year] [list]
Message-ID: <54F3859E.4090405@gentoo.org>
Date: Sun, 01 Mar 2015 16:33:18 -0500
From: Joshua Kinard <kumba@...too.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Alessandro Zummo <a.zummo@...ertech.it>
CC: rtc-linux@...glegroups.com, LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH]: rtc: ds1685: Remove .owner assignment from platform_driver
From: Joshua Kinard <kumba@...too.org>
The rtc driver core now sets the platform_driver 'owner' property, so
remove the assignment from the DS1685 driver.
Signed-off-by: Joshua Kinard <kumba@...too.org>
Reported-by: kbuild test robot <fengguang.wu@...el.com>
Fixes: aaaf5fbf56f1: "rtc: add driver for DS1685 family of real time clocks"
---
drivers/rtc/rtc-ds1685.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/rtc/rtc-ds1685.c b/drivers/rtc/rtc-ds1685.c
index 803869c..7a7c8de 100644
--- a/drivers/rtc/rtc-ds1685.c
+++ b/drivers/rtc/rtc-ds1685.c
@@ -2139,7 +2139,6 @@ ds1685_rtc_remove(struct platform_device *pdev)
static struct platform_driver ds1685_rtc_driver = {
.driver = {
.name = "rtc-ds1685",
- .owner = THIS_MODULE,
},
.probe = ds1685_rtc_probe,
.remove = ds1685_rtc_remove,
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists