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

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
......@@ -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,
},
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment