diff --git a/drivers/coresight/coresight-replicator.c b/drivers/coresight/coresight-replicator.c index c879039d59cc..a2dfcf903551 100644 --- a/drivers/coresight/coresight-replicator.c +++ b/drivers/coresight/coresight-replicator.c @@ -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, }, };