aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/rtc/rtc-pm8xxx.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 19:53:56 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 19:53:56 -0800
commita8a93c6f9922c0d70459668c1300b226cb3918ab (patch)
tree6d484e6cb951bad4805297648ad17e1d42fe03f4 /drivers/rtc/rtc-pm8xxx.c
parentLinux 3.18-rc3 (diff)
parentALSA: sparc: drop owner assignment from platform_drivers (diff)
downloadwireguard-linux-a8a93c6f9922c0d70459668c1300b226cb3918ab.tar.xz
wireguard-linux-a8a93c6f9922c0d70459668c1300b226cb3918ab.zip
Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next
Remove all .owner fields from platform drivers
Diffstat (limited to 'drivers/rtc/rtc-pm8xxx.c')
-rw-r--r--drivers/rtc/rtc-pm8xxx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pm8xxx.c b/drivers/rtc/rtc-pm8xxx.c
index 5adcf111fc14..795fcbd02ea3 100644
--- a/drivers/rtc/rtc-pm8xxx.c
+++ b/drivers/rtc/rtc-pm8xxx.c
@@ -531,7 +531,6 @@ static struct platform_driver pm8xxx_rtc_driver = {
.probe = pm8xxx_rtc_probe,
.driver = {
.name = "rtc-pm8xxx",
- .owner = THIS_MODULE,
.pm = &pm8xxx_rtc_pm_ops,
.of_match_table = pm8xxx_id_table,
},