]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/connector/connector.c
netlink: hide struct module parameter in netlink_kernel_create
[mirror_ubuntu-artful-kernel.git] / drivers / connector / connector.c
index 82fa4f0f91d6ebdb13534997807b5da125e126fa..965b7811e04f37100151dc441b7713cdee065bbf 100644 (file)
@@ -264,8 +264,7 @@ static int __devinit cn_init(void)
                .input  = dev->input,
        };
 
-       dev->nls = netlink_kernel_create(&init_net, NETLINK_CONNECTOR,
-                                        THIS_MODULE, &cfg);
+       dev->nls = netlink_kernel_create(&init_net, NETLINK_CONNECTOR, &cfg);
        if (!dev->nls)
                return -EIO;