Skip to content

Commit 90b5ec2

Browse files
krzkRussell King (Oracle)
authored andcommitted
ARM: 9364/1: coresight: replicator: drop owner assignment
Amba bus core already sets owner, so driver does not need to. Link: https://lore.kernel.org/r/[email protected] Acked-by: Suzuki K Poulose <[email protected]> Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Russell King (Oracle) <[email protected]>
1 parent 152a7a4 commit 90b5ec2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/hwtracing/coresight/coresight-replicator.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ static struct amba_driver dynamic_replicator_driver = {
406406
.drv = {
407407
.name = "coresight-dynamic-replicator",
408408
.pm = &replicator_dev_pm_ops,
409-
.owner = THIS_MODULE,
410409
.suppress_bind_attrs = true,
411410
},
412411
.probe = dynamic_replicator_probe,

0 commit comments

Comments
 (0)