aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/coresight/coresight-replicator.c1
1 files changed, 0 insertions, 1 deletions
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 = {
117 .remove = replicator_remove, 117 .remove = replicator_remove,
118 .driver = { 118 .driver = {
119 .name = "coresight-replicator", 119 .name = "coresight-replicator",
120 .owner = THIS_MODULE,
121 .of_match_table = replicator_match, 120 .of_match_table = replicator_match,
122 }, 121 },
123}; 122};