Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac610cd7 authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Greg Kroah-Hartman
Browse files

coresight-replicator: remove .owner field for driver



There is no need of .owner field for driver using
module_platform_driver.

Signed-off-by: default avatarPankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8ee885a9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -117,7 +117,6 @@ static struct platform_driver replicator_driver = {
	.remove         = replicator_remove,
	.driver         = {
		.name   = "coresight-replicator",
		.owner	= THIS_MODULE,
		.of_match_table = replicator_match,
	},
};