]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/mfd/sta2x11-mfd.c
Merge tag 'nfs-rdma-for-4.3-2' of git://git.linux-nfs.org/projects/anna/nfs-rdma
[karo-tx-linux.git] / drivers / mfd / sta2x11-mfd.c
index 5b72db07d9dea274f78af6604420252305205974..b3e5c6f45105f2384a27769908f2d03fc6cc5deb 100644 (file)
@@ -368,7 +368,6 @@ static int sta2x11_scr_probe(struct platform_device *dev)
 static struct platform_driver sta2x11_sctl_platform_driver = {
        .driver = {
                .name   = STA2X11_MFD_SCTL_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = sta2x11_sctl_probe,
 };
@@ -382,7 +381,6 @@ static int __init sta2x11_sctl_init(void)
 static struct platform_driver sta2x11_platform_driver = {
        .driver = {
                .name   = STA2X11_MFD_APBREG_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = sta2x11_apbreg_probe,
 };
@@ -396,7 +394,6 @@ static int __init sta2x11_apbreg_init(void)
 static struct platform_driver sta2x11_apb_soc_regs_platform_driver = {
        .driver = {
                .name   = STA2X11_MFD_APB_SOC_REGS_NAME,
-               .owner  = THIS_MODULE,
        },
        .probe          = sta2x11_apb_soc_regs_probe,
 };
@@ -410,7 +407,6 @@ static int __init sta2x11_apb_soc_regs_init(void)
 static struct platform_driver sta2x11_scr_platform_driver = {
        .driver = {
                .name = STA2X11_MFD_SCR_NAME,
-               .owner = THIS_MODULE,
        },
        .probe = sta2x11_scr_probe,
 };