From patchwork Sun Mar 1 21:33:18 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joshua Kinard X-Patchwork-Id: 444867 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail-qa0-x23f.google.com (mail-qa0-x23f.google.com [IPv6:2607:f8b0:400d:c00::23f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 0A53C140172 for ; Mon, 2 Mar 2015 08:33:26 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass reason="2048-bit key; unprotected key" header.d=googlegroups.com header.i=@googlegroups.com header.b=Lo3TjFdy; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: by mail-qa0-f63.google.com with SMTP id v10sf6939204qac.8 for ; Sun, 01 Mar 2015 13:33:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=20120806; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:x-original-sender:x-original-authentication-results :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe; bh=AY3aDOawdgP53Kc1jXqOGHvZhzlnKsLcGQwpWFSgfNQ=; b=Lo3TjFdycz9AP3QRQduywCsiIyQFFJak7yR3V7FlSG7MdsCG7dKeg5fFltNnRKnORk 2h6ka8TJHRxjbFK0U+WPO8FODiuvQrnG6SixRie9aU+t7WYd7xBB+lmzDGUaLLeoY1f4 5W1xiDK8NPR+gCsJs2yYf/0LbE3VlszSf2ID62w4C+LKcybEpe4gqj4wfoGZPOIByYi2 dQntcK1tQ+/28HjTt2EbCLRqiLmXbVLWuulWCHUS4ENVHJ/BAKGtCjXrSQ4cjQXKyTVI 3xew2/qKs5bOpvKO8rxgbsTu+4FwWwtQqYyeGOSGSqySFxoRplxUXZ05nkA1ZYl8OJbV UJNA== X-Received: by 10.50.1.113 with SMTP id 17mr229572igl.8.1425245603930; Sun, 01 Mar 2015 13:33:23 -0800 (PST) X-BeenThere: rtc-linux@googlegroups.com Received: by 10.50.79.167 with SMTP id k7ls764568igx.16.canary; Sun, 01 Mar 2015 13:33:23 -0800 (PST) X-Received: by 10.66.65.165 with SMTP id y5mr2234119pas.43.1425245603456; Sun, 01 Mar 2015 13:33:23 -0800 (PST) Received: from resqmta-ch2-12v.sys.comcast.net (resqmta-ch2-12v.sys.comcast.net. [2001:558:fe21:29:69:252:207:44]) by gmr-mx.google.com with ESMTPS id e5si1443220qcg.1.2015.03.01.13.33.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 01 Mar 2015 13:33:23 -0800 (PST) Received-SPF: neutral (google.com: 2001:558:fe21:29:69:252:207:44 is neither permitted nor denied by domain of kumba@gentoo.org) client-ip=2001:558:fe21:29:69:252:207:44; Received: from resomta-ch2-12v.sys.comcast.net ([69.252.207.108]) by resqmta-ch2-12v.sys.comcast.net with comcast id yMYF1p0052LrikM01MZN96; Sun, 01 Mar 2015 21:33:22 +0000 Received: from [192.168.1.13] ([69.250.160.75]) by resomta-ch2-12v.sys.comcast.net with comcast id yMZM1p0061duFqV01MZMKP; Sun, 01 Mar 2015 21:33:22 +0000 Message-ID: <54F3859E.4090405@gentoo.org> Date: Sun, 01 Mar 2015 16:33:18 -0500 From: Joshua Kinard User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Andrew Morton , Alessandro Zummo CC: rtc-linux@googlegroups.com, LKML Subject: [rtc-linux] [PATCH]: rtc: ds1685: Remove .owner assignment from platform_driver X-Original-Sender: kumba@gentoo.org X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 2001:558:fe21:29:69:252:207:44 is neither permitted nor denied by domain of kumba@gentoo.org) smtp.mail=kumba@gentoo.org; dkim=pass header.i=@comcast.net Reply-To: rtc-linux@googlegroups.com Precedence: list Mailing-list: list rtc-linux@googlegroups.com; contact rtc-linux+owners@googlegroups.com List-ID: X-Google-Group-Id: 712029733259 List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , From: Joshua Kinard The rtc driver core now sets the platform_driver 'owner' property, so remove the assignment from the DS1685 driver. Signed-off-by: Joshua Kinard Reported-by: kbuild test robot 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,