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

Commit b2a19906 authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Mathieu Poirier
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>
(cherry picked from commit ac610cd7c2b13d7f916ebb73c2ae6b91c1d53a61)
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
parent d02438f8
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,
	},
};